-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:
		| @@ -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/\..*//; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user