diff options
author | ache <ache@FreeBSD.org> | 1997-10-08 09:05:38 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-10-08 09:05:38 +0000 |
commit | 87eb31e3bf2a82787c2053ef06a8647876a98c26 (patch) | |
tree | 3cb065c1bda63ff95e140620ad7f59e8e90e19cd /mail/qpopper/scripts/pre-install | |
parent | 44c54d82cce394eec62a679734ad909db94a05f2 (diff) | |
download | FreeBSD-ports-87eb31e3bf2a82787c2053ef06a8647876a98c26.zip FreeBSD-ports-87eb31e3bf2a82787c2053ef06a8647876a98c26.tar.gz |
Remove NO_PACKAGE and add pkg/REQ instead
Diffstat (limited to 'mail/qpopper/scripts/pre-install')
-rw-r--r-- | mail/qpopper/scripts/pre-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/scripts/pre-install b/mail/qpopper/scripts/pre-install index b6cb9cf..d3e1fef 100644 --- a/mail/qpopper/scripts/pre-install +++ b/mail/qpopper/scripts/pre-install @@ -3,8 +3,8 @@ if ! id -u pop > /dev/null 2>&1; then echo "You need an account \"pop\" to install this package." echo "Please add it by hand (try \"man vipw\") and try again." echo "" - echo "An example passwd entry (assuming uid 68 is available) is;" - echo "pop:*:68:1::0:0:Post Office Owner:/nonexistent:/nonexistent" + echo "An example passwd entry is:" + echo "pop:*:68:6::0:0:Post Office Owner:/nonexistent:/nonexistent" echo "" exit 1 fi |