summaryrefslogtreecommitdiff
path: root/mail/popper/scripts
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-10-08 09:05:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-10-08 09:05:38 +0000
commitdf857c712dfaaa8996653603bcc30ecc3a6c6a81 (patch)
treef701bc609aa8a3644fe4db2abe50b471cf5e1408 /mail/popper/scripts
parent"${MKDIR} -p" -> "${MKDIR}". (diff)
Remove NO_PACKAGE and add pkg/REQ instead
Notes
Notes: svn path=/head/; revision=8179
Diffstat (limited to 'mail/popper/scripts')
-rw-r--r--mail/popper/scripts/pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/popper/scripts/pre-install b/mail/popper/scripts/pre-install
index b6cb9cfe0763..d3e1fef66350 100644
--- a/mail/popper/scripts/pre-install
+++ b/mail/popper/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