summaryrefslogtreecommitdiff
path: root/mail/cucipop/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cucipop/scripts')
-rw-r--r--mail/cucipop/scripts/pre-install12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/cucipop/scripts/pre-install b/mail/cucipop/scripts/pre-install
index 80e19cb195de..494cafe3bbd3 100644
--- a/mail/cucipop/scripts/pre-install
+++ b/mail/cucipop/scripts/pre-install
@@ -1,8 +1,8 @@
#!/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
+#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