Changeset 5721 in genesis for tools/FreeBSD6_x
- Timestamp:
- Nov 26, 2007, 7:09:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/FreeBSD6_x/genesis.conf
r5230 r5721 2 2 # 3 3 # Variable file 4 5 $NG = 0; 4 6 5 7 #debugging variable … … 12 14 @filelist = (); 13 15 $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"; 19 21 20 22 #Ignore this node diretories … … 23 25 'obsolete' => 'YES', 24 26 ); 25 26 27 27 28 #(inter)net env … … 34 35 35 36 chomp($hostname); 36 $cgi_dir="http://$hostname/ cgi-bin";37 $cgi_dir="http://$hostname/freebsd/6.0"; 37 38 $source="$cgi_dir/g_list.pl"; 38 39 39 40 #path variablen 40 $home="/ home/genesis";41 $home="/usr/local/www/data/wlconfig"; 41 42 $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"; 45 44 46 45 … … 53 52 54 53 #module IP.pm 55 $IP_pmPath= '/home/genesis/tools/IP.pm';54 $IP_pmPath="$home/tools/IP.pm"; 56 55 57 56 #dnsheader.conf 58 $dnsheader_confPath= '/home/genesis/dns/dnsheader.conf';57 $dnsheader_confPath="$home/dns/dnsheader.conf"; 59 58 60 59 61 60 ## ssh key variablen ## 62 61 #global ssh_keys 63 $global_keyPath= '/home/genesis/nodes/global_keys';62 $global_keyPath="$home/nodes/global_keys"; 64 63 #node specific 65 64 $ssh_file='ssh_key'
Note:
See TracChangeset
for help on using the changeset viewer.