Changeset 5722 in genesis for tools/FreeBSD6_x/genesis.conf
- Timestamp:
- Nov 26, 2007, 7:53:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/FreeBSD6_x/genesis.conf
r5721 r5722 1 #!/usr/bin/perl - w1 #!/usr/bin/perl - 2 2 # 3 3 # Variable file … … 26 26 ); 27 27 28 #(inter)net env29 if( defined $ENV{'SERVER_NAME'} ) {30 $hostname=$ENV{'SERVER_NAME'};31 }32 else {33 $hostname=`hostname`;34 };35 28 36 chomp($hostname);37 $cgi_dir="http://$hostname/freebsd/6.0";38 $source="$cgi_dir/g_list.pl";39 40 #path variablen41 $home="/usr/local/www/data/wlconfig";42 $ndir="$home/nodes";43 $toolfile="$home/freebsd/6.0/wleiden.pl";44 45 46 #exec vars47 $svn="/usr/local/bin/svn";48 $wicontrol='/usr/sbin/wicontrol';49 29 50 30 #naming vars … … 57 37 $dnsheader_confPath="$home/dns/dnsheader.conf"; 58 38 39 #node dir 40 $ndir="$home/nodes"; 41 42 #wleiden.pl Path 43 $toolfile="$home/tools/FreeBSD6_x/wleiden.pl"; 59 44 60 45 ## ssh key variablen ##
Note:
See TracChangeset
for help on using the changeset viewer.