Changeset 5722 in genesis for tools/FreeBSD6_x/wleiden.pl


Ignore:
Timestamp:
Nov 26, 2007, 7:53:00 PM (17 years ago)
Author:
rick
Message:

Made the genesis configuration machine independed and documented how-to
install it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/FreeBSD6_x/wleiden.pl

    r5720 r5722  
    66
    77# Config located at other file
    8 my $conf_file="/home/genesis/tools/FreeBSD6_x/genesis.conf";
     8# Config located at other file
     9my $local_conf_file="./genesis.conf.local";
     10do($local_conf_file) || die("Cann't open $local_conf_file");
     11
    912do($conf_file) || die("Cann't open $conf_file");
    1013################ END OF CONFIG ##########################
Note: See TracChangeset for help on using the changeset viewer.