Be less paranoid about backing up dhcpd.conf files

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@862 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-03-20 21:29:58 +00:00
parent f6ada02492
commit 8ffc30fdca

View File

@ -230,9 +230,6 @@ sub process_request {
if (grep /-n/,@{$req->{arg}}) {
if (-e "/etc/dhcpd.conf") {
my $bakname = "/etc/dhcpd.conf.xcatbak";
while (-e $bakname) { #look for unused backup name..
$bakname .= "~";
}
rename("/etc/dhcpd.conf",$bakname);
}
} else {