diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-05-24 18:09:18 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-05-24 18:09:18 +0800 |
commit | e3c40aac200baaf6418015c8423698e6969bf9b6 (patch) | |
tree | a37da0bfd1b27066358d8e3b1b026b6e04d65184 /ftp | |
parent | 62e16c152e523b881b48c98988c56747eea16f2f (diff) | |
download | freebsd-ports-gnome-e3c40aac200baaf6418015c8423698e6969bf9b6.tar.gz freebsd-ports-gnome-e3c40aac200baaf6418015c8423698e6969bf9b6.tar.zst freebsd-ports-gnome-e3c40aac200baaf6418015c8423698e6969bf9b6.zip |
- fixed Spelling
Submitted by: Richard Toohey
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/vsftpd/pkg-install | 2 |
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 |