diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-20 17:11:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-20 17:11:27 +0000 |
commit | d5421e82cfd9640c280f90b0419d78784c320162 (patch) | |
tree | cf5bf5126d7c1c463d69f43490ca36bf7abd316f /net-ftp | |
parent | updated DESCRIPTION (diff) | |
download | historical-d5421e82cfd9640c280f90b0419d78784c320162.tar.gz historical-d5421e82cfd9640c280f90b0419d78784c320162.tar.bz2 historical-d5421e82cfd9640c280f90b0419d78784c320162.zip |
fixed typo
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/files/pure-ftpd.conf_d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/pure-ftpd/files/pure-ftpd.conf_d b/net-ftp/pure-ftpd/files/pure-ftpd.conf_d index 71e108a381dd..6f8c7d098df3 100644 --- a/net-ftp/pure-ftpd/files/pure-ftpd.conf_d +++ b/net-ftp/pure-ftpd/files/pure-ftpd.conf_d @@ -6,7 +6,7 @@ ## FTP Server,Port (separated by comma) ## ## If you prefer host names over IP addresses, it's your choice : -## SERVER=" S ftp.rtchat.com,21" +## SERVER="-S ftp.rtchat.com,21" ## IPv6 addresses are supported. SERVER="-S 192.168.0.1,21" |