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/lib/gutenbach-get-config

    r53e9374 r5a05bf2  
    33# Get configuration of gutenbach
    44
    5 my $zephyr_class = `hostname`;
    6 chomp($zephyr_class);
     5#my $zephyr_class = `hostname`;
     6#chomp($zephyr_class);
    77my $host = `hostname`;
    88chomp($zephyr_class);
     
    2222
    2323my %config = (
    24     'zephyr-class' => $zephyr_class,
     24   # 'zephyr-class' => $zephyr_class,
    2525    'host' => $host,
    2626    'queue' => $queue,
Note: See TracChangeset for help on using the changeset viewer.