Changeset 8782 in genesis for config/iris
- Timestamp:
- Feb 8, 2011, 10:13:10 AM (14 years ago)
- Location:
- config/iris/proxy/FreeBSD/8.0-RELEASE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
config/iris/proxy/FreeBSD/8.0-RELEASE/genesis.conf
r8034 r8782 35 35 36 36 #path variablen 37 $home=getcwd . "/../../";38 $ndir=" $home/nodes";39 $toolfile="$home/ freebsd/proxy-8.0/wleiden.pl";37 $home=getcwd 38 $ndir="/usr/local/www/wlconfig/nodes"; 39 $toolfile="$home/wleiden.pl"; 40 40 41 41 … … 48 48 49 49 #module IP.pm 50 $IP_pmPath="$home/ tools/IP.pm";50 $IP_pmPath="$home/IP.pm"; 51 51 52 52 #dnsheader.conf 53 $dnsheader_confPath="$home/dns/dnsheader.conf";53 #$dnsheader_confPath="$home/dns/dnsheader.conf"; 54 54 55 55 56 56 ## ssh key variablen ## 57 57 #global ssh_keys 58 $global_keyPath="$ home/nodes/global_keys";58 $global_keyPath="$ndir/global_keys"; 59 59 #node specific 60 60 $ssh_file='ssh_key' -
config/iris/proxy/FreeBSD/8.0-RELEASE/wleiden.pl
r8398 r8782 19 19 do ("$IP_pmPath") || die ("Cann't open $IP_pmPath"); 20 20 #slurp dns info 21 do ("$dnsheader_confPath") || die ("Cann't open $dnsheader_confPath");21 #do ("$dnsheader_confPath") || die ("Cann't open $dnsheader_confPath"); 22 22 23 23
Note:
See TracChangeset
for help on using the changeset viewer.