Changeset 8676 in genesis for config/iris


Ignore:
Timestamp:
Nov 29, 2010, 10:55:15 PM (14 years ago)
Author:
richardvm
Message:

got a list again

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  
    4343
    4444#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";
    4848
    4949
     
    5656
    5757#module IP.pm
    58 $IP_pmPath="$home/FreeBSD/8.0-RELEASE/IP.pm";
     58$IP_pmPath="$home/IP.pm";
    5959
    6060#dnsheader.conf
     
    6464## ssh key variablen ##
    6565#global ssh_keys
    66 $global_keyPath="$home/nodes/global_keys";
     66$global_keyPath="$home/config/nodes/global_keys";
    6767#node specific
    6868$ssh_file='ssh_key'
  • config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl

    r8614 r8676  
    1919do ("$IP_pmPath") || die ("Cann't open $IP_pmPath");
    2020#slurp dns info
    21 do ("$dnsheader_confPath") || die ("Cann't open $dnsheader_confPath");
     21#do ("$dnsheader_confPath") || die ("Cann't open $dnsheader_confPath");
    2222
    2323
Note: See TracChangeset for help on using the changeset viewer.