freebsd-ports/mail/cucipop/scripts/pre-install
Andrey A. Chernov 426d697985 comment out vhost support since it brings db2 vs. libc conflict in
certain situations.
Describe why it is impossible to use APOP in such situation even for
real accounts
1999-03-29 02:35:24 +00:00

8 lines
235 B
Bash

#!/bin/sh
#if ! id -u vpop > /dev/null 2>&1; then
# echo
# echo "Fake account \"vpop\" needed for virtual hosts support (as mboxes owner)."
# echo "Please add it by hand in case you need them (try \"man vipw\")."
# echo
#fi
exit 0