Changeset 8782 in genesis for config/iris


Ignore:
Timestamp:
Feb 8, 2011, 10:13:10 AM (14 years ago)
Author:
richardvm
Message:

sunny proof

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  
    3535
    3636#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";
    4040
    4141
     
    4848
    4949#module IP.pm
    50 $IP_pmPath="$home/tools/IP.pm";
     50$IP_pmPath="$home/IP.pm";
    5151
    5252#dnsheader.conf
    53 $dnsheader_confPath="$home/dns/dnsheader.conf";
     53#$dnsheader_confPath="$home/dns/dnsheader.conf";
    5454
    5555
    5656## ssh key variablen ##
    5757#global ssh_keys
    58 $global_keyPath="$home/nodes/global_keys";
     58$global_keyPath="$ndir/global_keys";
    5959#node specific
    6060$ssh_file='ssh_key'
  • config/iris/proxy/FreeBSD/8.0-RELEASE/wleiden.pl

    r8398 r8782  
    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.