-Change for SLES named path to be acceptable

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1770 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-06-26 14:06:20 +00:00
parent a771868164
commit 9a82a897f7

View File

@ -36,6 +36,9 @@ my $dotxt = 0;
my $dontdodomains = 0;
my $Bootfile = "/etc/named.conf";
my $DBDir = "/var/named/";
unless (-d $DBDIR) {
$DBDir = " /var/lib/named";
}
my $Domain = "";
my $Hostfile = "/etc/hosts";
my $Commentfile = "";