-Fix SLES makedns problem where path had errant space in the configuration file

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1833 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-07-03 13:55:09 +00:00
parent eae4818fcc
commit a35531906a

View File

@ -63,7 +63,7 @@ sub process_request {
$callback = shift;
$DBDir = "/var/named/";
unless (-d $DBDir) {
$DBDir = " /var/lib/named/";
$DBDir = "/var/lib/named/";
}
$Host = hostname;
$Host =~ s/\..*//;