Changeset 4205 in genesis for tools/FreeBSD5_x/genesis.conf
- Timestamp:
- Mar 29, 2005, 1:41:53 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/FreeBSD5_x/genesis.conf
r4186 r4205 12 12 @filelist = (); 13 13 $filelist[0]="dhcpd.conf"; 14 $filelist[ 1]="rc.node.local";14 $filelist[2]="rc.node.local"; 15 15 $filelist[3]="resolv.conf"; 16 16 $filelist[4]="named.conf"; … … 20 20 21 21 #(inter)net env 22 $hostname=`hostname`; 22 if( defined $ENV{'SERVER_NAME'} ) { 23 $hostname=$ENV{'SERVER_NAME'}; 24 } 25 else { 26 $hostname=`hostname`; 27 }; 28 23 29 chomp($hostname); 24 30 $cgi_dir="http://$hostname/cgi-bin"; … … 28 34 $home="/home/genesis"; 29 35 $ndir="$home/nodes"; 30 $toolfile="$home/tools/wleiden.pl"; 36 #$toolfile="$home/tools/wleiden.pl"; 37 #Temp Svn fix 38 $toolfile="$home/tools/FreeBSD5_x/wleiden.pl"; 39 31 40 32 41 #exec vars
Note:
See TracChangeset
for help on using the changeset viewer.