diff options
author | Florent Villard <warly@mandriva.com> | 2003-02-28 18:48:08 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-02-28 18:48:08 +0000 |
commit | 95147b49a34217f6bfd43661e09f10a26cae8802 (patch) | |
tree | 86a8e72f147e6c2538eef04e839324bafa345b13 /ftp_wizard/scripts | |
parent | b2c33ddc8e1674ea9c58c11827b997e4b9816ddc (diff) | |
download | drakwizard-95147b49a34217f6bfd43661e09f10a26cae8802.tar drakwizard-95147b49a34217f6bfd43661e09f10a26cae8802.tar.gz drakwizard-95147b49a34217f6bfd43661e09f10a26cae8802.tar.bz2 drakwizard-95147b49a34217f6bfd43661e09f10a26cae8802.tar.xz drakwizard-95147b49a34217f6bfd43661e09f10a26cae8802.zip |
remove unknow fields from dhcpd.conf and add ip of the gateway and dnsserver
Diffstat (limited to 'ftp_wizard/scripts')
-rw-r--r-- | ftp_wizard/scripts/ProFtpconf.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ftp_wizard/scripts/ProFtpconf.pm b/ftp_wizard/scripts/ProFtpconf.pm index 711ecc3c..fece3460 100644 --- a/ftp_wizard/scripts/ProFtpconf.pm +++ b/ftp_wizard/scripts/ProFtpconf.pm @@ -34,9 +34,6 @@ sub true { } sub check_dir { - foreach (keys %ENV) { - print "$_ $ENV{$_}\n"; - } -d ($ENV{wiz_dir}) and return 10; 1; } |