diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-08 09:05:38 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-08 09:05:38 +0000 |
commit | df857c712dfaaa8996653603bcc30ecc3a6c6a81 (patch) | |
tree | f701bc609aa8a3644fe4db2abe50b471cf5e1408 /mail/qpopper/pkg-req | |
parent | aa7f830e6ffd4d0cc7eb027a74847e5fe0af9f9f (diff) | |
download | ports-df857c712dfaaa8996653603bcc30ecc3a6c6a81.tar.gz ports-df857c712dfaaa8996653603bcc30ecc3a6c6a81.zip |
Notes
Diffstat (limited to 'mail/qpopper/pkg-req')
-rw-r--r-- | mail/qpopper/pkg-req | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/qpopper/pkg-req b/mail/qpopper/pkg-req new file mode 100644 index 000000000000..62e0f233117f --- /dev/null +++ b/mail/qpopper/pkg-req @@ -0,0 +1,12 @@ +if [ "$2" != "INSTALL" ]; then + exit 0 +fi +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 is:" + echo "pop:*:68:6::0:0:Post Office Owner:/nonexistent:/nonexistent" + echo "" + exit 1 +fi |