From a3f658b1839d8566122f490bf0cd4703738187a0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 27 Nov 2003 13:31:46 +0000 Subject: more explanations --- perl-install/standalone/drakgw | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 2dc2fe8fd..c8e17b083 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -395,6 +395,7 @@ network::shorewall::write($shorewall); #- be sure that FORWARD_IPV4 is enabled in /etc/sysconfig/network +log::explanations("Enabling IPV4 forwarding"); substInFile { s/^FORWARD_IPV4.*\n//; $_ .= "FORWARD_IPV4=true\n" if eof } $sysconf_network; @@ -424,6 +425,7 @@ my $update_dhcp = '/usr/sbin/update_dhcp.pl'; #- put the interface for the dhcp server in the sysconfig-dhcp config, for the /etc/init.d script of dhcpd +log::explanations("Update network interfaces list for dhcpd server"); substInFile { s/^INTERFACES\n//; $_ .= qq(INTERFACES="$device"\n) if eof } $sysconf_dhcpd; -- cgit v1.2.1