summaryrefslogblamecommitdiff
path: root/mail/solidpop3d/pkg-req
blob: 01bcc6374f1082739fe3338c2c7181ef4fa71a9c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                    
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