diff options
Diffstat (limited to 'mail/solidpop3d/pkg-req')
-rw-r--r-- | mail/solidpop3d/pkg-req | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/solidpop3d/pkg-req b/mail/solidpop3d/pkg-req deleted file mode 100644 index 01bcc6374f10..000000000000 --- a/mail/solidpop3d/pkg-req +++ /dev/null @@ -1,13 +0,0 @@ -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 -exit 0 |