diff options
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index cde6cfe2b..ef635010f 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -134,7 +134,7 @@ What would you like to do?"), stop_daemons(); } foreach ($dhcpd_conf, $masq_file) { - renamef($_, "$_.drakgwdisable") or die "Could not rename $_ to $_.drakgwdisable" + rename($_, "$_.drakgwdisable") or die "Could not rename $_ to $_.drakgwdisable" } sys("/etc/init.d/shorewall restart >/dev/null"); log::l("[drakgw] Disabled"); |