Changeset 8676 in genesis for config/iris/node/FreeBSD/8.0-RELEASE/genesis.conf
- Timestamp:
- Nov 29, 2010, 10:55:15 PM (14 years ago)
- File:
-
- 1 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'
Note:
See TracChangeset
for help on using the changeset viewer.