Changeset 5721 in genesis for tools/FreeBSD6_x


Ignore:
Timestamp:
Nov 26, 2007, 7:09:27 PM (17 years ago)
Author:
rick
Message:

Made config more global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/FreeBSD6_x/genesis.conf

    r5230 r5721  
    22#
    33# Variable file
     4
     5$NG = 0;
    46
    57#debugging variable
     
    1214@filelist = ();
    1315$filelist[0]="dhcpd.conf";
    14 $filelist[2]="rc.node.local";
    15 $filelist[3]="resolv.conf";
    16 $filelist[4]="named.conf";
    17 $filelist[6]="txtconfig";
    18 $filelist[7]="authorized_keys";
     16$filelist[1]="rc.node.local";
     17$filelist[2]="resolv.conf";
     18$filelist[3]="named.conf";
     19$filelist[4]="txtconfig";
     20$filelist[5]="authorized_keys";
    1921
    2022#Ignore this node diretories
     
    2325                      'obsolete' => 'YES',
    2426                       );
    25 
    2627
    2728#(inter)net env
     
    3435
    3536chomp($hostname);
    36 $cgi_dir="http://$hostname/cgi-bin";
     37$cgi_dir="http://$hostname/freebsd/6.0";
    3738$source="$cgi_dir/g_list.pl";
    3839
    3940#path variablen
    40 $home="/home/genesis";
     41$home="/usr/local/www/data/wlconfig";
    4142$ndir="$home/nodes";
    42 #$toolfile="$home/tools/wleiden.pl";
    43 #Temp Svn fix
    44 $toolfile="$home/tools/FreeBSD6_x/wleiden.pl";
     43$toolfile="$home/freebsd/6.0/wleiden.pl";
    4544
    4645
     
    5352
    5453#module IP.pm
    55 $IP_pmPath='/home/genesis/tools/IP.pm';
     54$IP_pmPath="$home/tools/IP.pm";
    5655
    5756#dnsheader.conf
    58 $dnsheader_confPath='/home/genesis/dns/dnsheader.conf';
     57$dnsheader_confPath="$home/dns/dnsheader.conf";
    5958
    6059
    6160## ssh key variablen ##
    6261#global ssh_keys
    63 $global_keyPath='/home/genesis/nodes/global_keys';
     62$global_keyPath="$home/nodes/global_keys";
    6463#node specific
    6564$ssh_file='ssh_key'
Note: See TracChangeset for help on using the changeset viewer.