diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:35:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:35:24 +0000 |
commit | 426d697985966a8e4976e99b2dd85a0c09ad138f (patch) | |
tree | f9bd750bd36fc149adb86c575dcf5a907d4e5382 /mail/cucipop/scripts | |
parent | Install with the correct modes. (diff) |
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
Diffstat (limited to 'mail/cucipop/scripts')
-rw-r--r-- | mail/cucipop/scripts/pre-install | 12 |
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 |