diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-27 13:31:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-27 13:31:46 +0000 |
commit | a3f658b1839d8566122f490bf0cd4703738187a0 (patch) | |
tree | 9b84cecb1c2b34229603128244bcbd351f0bc32c /perl-install | |
parent | 905ba461adf26de0a630035424d5a78054d73786 (diff) | |
download | drakx-backup-do-not-use-a3f658b1839d8566122f490bf0cd4703738187a0.tar drakx-backup-do-not-use-a3f658b1839d8566122f490bf0cd4703738187a0.tar.gz drakx-backup-do-not-use-a3f658b1839d8566122f490bf0cd4703738187a0.tar.bz2 drakx-backup-do-not-use-a3f658b1839d8566122f490bf0cd4703738187a0.tar.xz drakx-backup-do-not-use-a3f658b1839d8566122f490bf0cd4703738187a0.zip |
more explanations
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
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; |