From a35531906a6454be114242a75a498d41c50c1ef8 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 3 Jul 2008 13:55:09 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/bind.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/bind.pm b/xCAT-server/lib/xcat/plugins/bind.pm index 088b896f7..cfb52eb18 100755 --- a/xCAT-server/lib/xcat/plugins/bind.pm +++ b/xCAT-server/lib/xcat/plugins/bind.pm @@ -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/\..*//;