From e3c40aac200baaf6418015c8423698e6969bf9b6 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 24 May 2008 10:09:18 +0000 Subject: - fixed Spelling Submitted by: Richard Toohey --- ftp/vsftpd/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/vsftpd') 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 -- cgit