From 0835b16bc365f85db1d2a51737b7a21d7294cf88 Mon Sep 17 00:00:00 2001 From: Florin Grad Date: Mon, 27 Jan 2003 18:01:48 +0000 Subject: typo rename, not renamef --- perl-install/standalone/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') 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"); -- cgit v1.2.1