Ignore:
Timestamp:
Jun 24, 2010, 1:49:52 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
nodebathena
Children:
c3b86f7
Parents:
d1a3d62
git-author:
Kyle C. Brogle <broglek@…> (06/10/10 16:31:59)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:49:52)
Message:

Modified debconfig to not prompt for zephyr class
modified Config file to not store a zephyr class
Modified filter to accept new config file ordering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/gutenbach.config

    r53e9374 r5a05bf2  
    55
    66printername=""
    7 zephyrclass=""
     7#zephyrclass=""
    88hostname=""
    99
     
    1313fi
    1414
    15 if [ -e /usr/lib/gutenbach/config/zephyrclass ]; then
    16     zephyrclass=$(cat /usr/lib/gutenbach/config/zephyrclass)
    17     db_set gutenbach/zephyrclass "$zephyrclass"
    18 fi
     15#if [ -e /usr/lib/gutenbach/config/zephyrclass ]; then
     16#    zephyrclass=$(cat /usr/lib/gutenbach/config/zephyrclass)
     17#    db_set gutenbach/zephyrclass "$zephyrclass"
     18#fi
    1919
    2020if [ -e /usr/lib/gutenbach/config/hostname ]; then
     
    2424
    2525db_input high gutenbach/printername || true
    26 db_input high gutenbach/zephyrclass || true
     26#db_input high gutenbach/zephyrclass || true
    2727db_input high gutenbach/hostname || true
    2828db_go || true
Note: See TracChangeset for help on using the changeset viewer.