diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-06-29 06:14:50 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-06-29 06:14:50 +0000 |
commit | 3e140852d61f206f84f9461837de22ed84f2bca2 (patch) | |
tree | e176ea64bf7f7c4137559a131493bf87f389b9dc | |
parent | f6c385a70dbd5488f00e228e4df41b8a2afbf6ad (diff) | |
download | drakwizard-3e140852d61f206f84f9461837de22ed84f2bca2.tar drakwizard-3e140852d61f206f84f9461837de22ed84f2bca2.tar.gz drakwizard-3e140852d61f206f84f9461837de22ed84f2bca2.tar.bz2 drakwizard-3e140852d61f206f84f9461837de22ed84f2bca2.tar.xz drakwizard-3e140852d61f206f84f9461837de22ed84f2bca2.zip |
remove unwanted comment
-rwxr-xr-x | ftp_wizard/Proftpd.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp_wizard/Proftpd.pm b/ftp_wizard/Proftpd.pm index d34ea43a..49cd36ea 100755 --- a/ftp_wizard/Proftpd.pm +++ b/ftp_wizard/Proftpd.pm @@ -37,11 +37,9 @@ my ($ftp_port) = cat_($file) =~ /Port\s+(\d+)/; my $o = { name => N("FTP wizard"), - var => { + var => { wiz_ftp_external => '0', wiz_ftp_internal => '1', -# wiz_ftp_anon => '', -# wiz_ftp_home => '', wiz_root_login => '', wiz_server_admin => '', wiz_default_root => '', |