diff options
author | Florin Grad <florin@mandriva.com> | 2003-09-11 15:33:29 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2003-09-11 15:33:29 +0000 |
commit | 64f3a0fce56db82f7fd4220fd4f5dedd651371f2 (patch) | |
tree | 3462051ff3a46e0fed69804f087c08b1f6fd5c7d /perl-install/standalone/drakgw | |
parent | 711b68c0797935f86f29981591e3f9c8e46a2077 (diff) | |
download | drakx-64f3a0fce56db82f7fd4220fd4f5dedd651371f2.tar drakx-64f3a0fce56db82f7fd4220fd4f5dedd651371f2.tar.gz drakx-64f3a0fce56db82f7fd4220fd4f5dedd651371f2.tar.bz2 drakx-64f3a0fce56db82f7fd4220fd4f5dedd651371f2.tar.xz drakx-64f3a0fce56db82f7fd4220fd4f5dedd651371f2.zip |
silly me, I forgot the debug messages
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 00c28ce6f..6d0ff41ae 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -33,7 +33,6 @@ use log; use c; use network::netconnect; use network::shorewall; -use Data::Dumper; $::isInstall and die "Not supported during install.\n"; @@ -53,7 +52,6 @@ my $dhcpd_conf = "/etc/dhcpd.conf"; my $cups_conf = "/etc/cups/cupsd.conf"; my $shorewall = network::shorewall::read(); -Dumper($shorewall),"\n"; my $in = 'interactive'->vnew('su'); $::Wizard_title = N("Internet Connection Sharing"); |