Changeset 8676 in genesis for config/iris
- Timestamp:
- Nov 29, 2010, 10:55:15 PM (14 years ago)
- Location:
- config/iris/node/FreeBSD/8.0-RELEASE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
config/iris/node/FreeBSD/8.0-RELEASE/genesis.conf
r8674 r8676 43 43 44 44 #path variablen 45 $home=getcwd . "/../../";46 $ndir="$home/ nodes";47 $toolfile="$home/ FreeBSD/8.0-RELEASE/wleiden.pl";45 $home=getcwd; 46 $ndir="$home/../../../../../nodes"; 47 $toolfile="$home/wleiden.pl"; 48 48 49 49 … … 56 56 57 57 #module IP.pm 58 $IP_pmPath="$home/ FreeBSD/8.0-RELEASE/IP.pm";58 $IP_pmPath="$home/IP.pm"; 59 59 60 60 #dnsheader.conf … … 64 64 ## ssh key variablen ## 65 65 #global ssh_keys 66 $global_keyPath="$home/ nodes/global_keys";66 $global_keyPath="$home/config/nodes/global_keys"; 67 67 #node specific 68 68 $ssh_file='ssh_key' -
config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl
r8614 r8676 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.