-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:
parent
eae4818fcc
commit
a35531906a
@ -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/\..*//;
|
||||
|
Loading…
Reference in New Issue
Block a user