summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-27 13:31:46 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-27 13:31:46 +0000
commita3f658b1839d8566122f490bf0cd4703738187a0 (patch)
tree9b84cecb1c2b34229603128244bcbd351f0bc32c /perl-install/standalone/drakgw
parent905ba461adf26de0a630035424d5a78054d73786 (diff)
downloaddrakx-a3f658b1839d8566122f490bf0cd4703738187a0.tar
drakx-a3f658b1839d8566122f490bf0cd4703738187a0.tar.gz
drakx-a3f658b1839d8566122f490bf0cd4703738187a0.tar.bz2
drakx-a3f658b1839d8566122f490bf0cd4703738187a0.tar.xz
drakx-a3f658b1839d8566122f490bf0cd4703738187a0.zip
more explanations
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw2
1 files changed, 2 insertions, 0 deletions
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;