diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-30 21:55:23 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-30 21:55:23 +0000 |
commit | c149369e83e71c2c41b4b8a7e42d3523b1197caf (patch) | |
tree | 318d02148c3538cd64f76f29fd3b0045dd20bf0c /security/courier-authlib | |
parent | - Fix connection to mysql server via tcp (diff) |
Just remove the user if BATCH is set in env, don't ask for users feedback.
PR: 84349
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'security/courier-authlib')
-rw-r--r-- | security/courier-authlib/files/pkg-deinstall.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/courier-authlib/files/pkg-deinstall.in b/security/courier-authlib/files/pkg-deinstall.in index db7da5cfbd91..6dd8602ee207 100644 --- a/security/courier-authlib/files/pkg-deinstall.in +++ b/security/courier-authlib/files/pkg-deinstall.in @@ -10,7 +10,7 @@ USER=%%MAILOWN%% GROUP=%%MAILGRP%% if [ ":$2" = ":POST-DEINSTALL" ]; then - if [ -z "${PACKAGE_BUILDING}" ]; then + if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then echo "" echo "Warning: Removing user courier will also delete any" echo " undelivered mail in the mail queue directories!!!" |