1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/mail/cucipop/scripts/pre-install

9 lines
235 B
Plaintext
Raw Normal View History

1999-03-29 02:01:38 +00:00
#!/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
1999-03-29 02:01:38 +00:00
exit 0