aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-05-24 10:09:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-05-24 10:09:18 +0000
commit53b39a40547970f47b2739d98c7a842a51b1a62f (patch)
tree0411c243c0d1510bec4ad9476a4b7711b42507cd /ftp
parentfbdd0710e558fa8501d738ad21f541ae2f902293 (diff)
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/vsftpd/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/vsftpd/pkg-install b/ftp/vsftpd/pkg-install
index 0115b448cb04..b9123aae27bb 100644
--- a/ftp/vsftpd/pkg-install
+++ b/ftp/vsftpd/pkg-install
@@ -16,7 +16,7 @@ if ! pw groupshow operator >/dev/null; then
fi
if ! pw usershow ftp >/dev/null; then
- if pw useradd ftp -g operator -u 14 -h - -d /var/ftp -s /nonexistent -c "Annonymus Ftp"; then
+ if pw useradd ftp -g operator -u 14 -h - -d /var/ftp -s /nonexistent -c "Anonymous Ftp"; then
echo "Added user ftp for vsftpd"
else
echo "Failed to add user ftp as gid 14" >&2