diff options
author | wjv <wjv@FreeBSD.org> | 2002-02-13 17:07:06 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-02-13 17:07:06 +0800 |
commit | 1bdbc28d5b243d54e3a9fbb1a649ad3311b4855d (patch) | |
tree | 4c0aeab1fc6e0e8bb40d67cc0c0844d8308308fd /mail/mailman/pkg-deinstall | |
parent | f014811ac22ea5a69bdb2323346a452541092491 (diff) | |
download | freebsd-ports-graphics-1bdbc28d5b243d54e3a9fbb1a649ad3311b4855d.tar.gz freebsd-ports-graphics-1bdbc28d5b243d54e3a9fbb1a649ad3311b4855d.tar.zst freebsd-ports-graphics-1bdbc28d5b243d54e3a9fbb1a649ad3311b4855d.zip |
- Use MAIL_GID of 26 (mailnull) instead of 1 when installing Mailman to work
with Sendmail, if on a recent $OSVERSION. (Whoops!)
- Submitted by: Richard Kiss <kiss@hhn.com>
- Clarify $PKGMESSAGE and output of $PKGDEINSTALL somewhat.
- Correctly handle Mailman config file (mm_cfg.py) in $PLIST when
deinstalling port/package.
- Bump PORTREVISION again.
Diffstat (limited to 'mail/mailman/pkg-deinstall')
-rw-r--r-- | mail/mailman/pkg-deinstall | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mailman/pkg-deinstall b/mail/mailman/pkg-deinstall index 311e6a8c304..2a9ce66c683 100644 --- a/mail/mailman/pkg-deinstall +++ b/mail/mailman/pkg-deinstall @@ -40,7 +40,8 @@ DEINSTALL) POST-DEINSTALL) if [ -d %%MAILMANDIR%% ]; then echo "%%MAILMANDIR%% is not empty - this installation may have active lists" - echo "The \"%%USER%%\" user and \"%%GROUP%%\" group were therefore not deleted." + echo "- The \"%%USER%%\" user and \"%%GROUP%%\" group were therefore not deleted." + echo "- You may delete them with \"pw userdel %%USER%%\"." else delete_account %%USER%% %%GROUP%% fi |