freebsd-ports/mail/solidpop3d/scripts/pre-install
Maxim Sobolev 4964b5a918 Initial import of solidpop3d - a yet another pop3 daemon that has flexibility
as its main goal.

PR:		18782
Submitted by:	Marco Rodrigues <drkangel@snickers.org>
2000-06-09 13:18:36 +00:00

10 lines
313 B
Bash

#!/bin/sh
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