diff options
Diffstat (limited to 'ftp_wizard/ftp.wiz')
-rw-r--r-- | ftp_wizard/ftp.wiz | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ftp_wizard/ftp.wiz b/ftp_wizard/ftp.wiz index 113c2518..f8b1c8cc 100644 --- a/ftp_wizard/ftp.wiz +++ b/ftp_wizard/ftp.wiz @@ -23,6 +23,16 @@ > </Variable> + <Variable + name="wiz_ftp_anon" + shellVariable="wiz_ftp_external" + > + </Variable> + <Variable + name="wiz_ftp_home" + shellVariable="wiz_ftp_external" + > + </Variable> <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-ftp.html" name="welcome" @@ -137,7 +147,7 @@ variableName="wiz_ftp_external" forceEnabled="1" forceDisabled="0" - helpText="Enable the FTP Server for the Intranet and for the Internet" + helpText="Enable the FTP Server for the Internet" > </Boolean> |