summaryrefslogtreecommitdiffstats
path: root/ftp_wizard/scripts/ProFtpconf.pm
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-08-29 16:24:10 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-08-29 16:24:10 +0000
commitf114fe23b1de6156dcd85393b2ebadab762e3e68 (patch)
tree412435949ac8bb11eac75a2942ae03d8fe1ed322 /ftp_wizard/scripts/ProFtpconf.pm
parentf411f9a01aa8392e49f5305fb71eb787c85afea4 (diff)
downloaddrakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.tar
drakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.tar.gz
drakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.tar.bz2
drakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.tar.xz
drakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.zip
dhcp fix and script improvements and little fixes
Diffstat (limited to 'ftp_wizard/scripts/ProFtpconf.pm')
-rw-r--r--ftp_wizard/scripts/ProFtpconf.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp_wizard/scripts/ProFtpconf.pm b/ftp_wizard/scripts/ProFtpconf.pm
index ec596a88..a53a1023 100644
--- a/ftp_wizard/scripts/ProFtpconf.pm
+++ b/ftp_wizard/scripts/ProFtpconf.pm
@@ -15,7 +15,6 @@ sub true {
0;
}
-
my $o = DrakconnectConf->new();
sub check {
@@ -73,7 +72,7 @@ sub do_it {
<Global>
<Limit LOGIN>
Order allow,deny
- Allow from ' .$allow.'
+ Allow from '.$allow.'
Deny from all
</Limit>
</Global>';