diff options
author | wjv <wjv@FreeBSD.org> | 2002-02-20 17:09:44 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-02-20 17:09:44 +0800 |
commit | c2b0ac3b21234c5d77e3074fdc17fb1633ca47c1 (patch) | |
tree | ff7bff15cb1eee35e1e988efbdc10063d9a1ab9e /mail/mailman/pkg-deinstall | |
parent | 42e147c700e25e25e8200e5d4229354b14b867b3 (diff) | |
download | freebsd-ports-graphics-c2b0ac3b21234c5d77e3074fdc17fb1633ca47c1.tar.gz freebsd-ports-graphics-c2b0ac3b21234c5d77e3074fdc17fb1633ca47c1.tar.zst freebsd-ports-graphics-c2b0ac3b21234c5d77e3074fdc17fb1633ca47c1.zip |
- Add missing $CONFIGURE_ARGS. (Whoops again!)
- Actually install the images for Mailman's web front-end to
${PREFIX}/www/icons, instead of depending on the user to do this in a
post-installation step. Add a new build-time variable to control the
location where these images are intstalled.
- Gratuitous change: Change the GNU logo and link in the footer of most
pages in Mailman's web front-end to a "Powered by FreeBSD" logo, and a link
to the FreeBSD home page. This was accomplished by:
- Patching the source to allow for multiple footer bars based on a new
configuration variable LOGO_OS. If LOGO_OS is set to 'FreeBSD', the
FreeBSD footer will be displayed; otherwise, it reverts to the default
GNU footer.
- Set LOGO_OS to 'FreeBSD' in the installed Defaults.py (The user may
override this in mm_cfg.py)
- Bump $PORTREVISION again. (Sorry guys.)
Diffstat (limited to 'mail/mailman/pkg-deinstall')
-rw-r--r-- | mail/mailman/pkg-deinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailman/pkg-deinstall b/mail/mailman/pkg-deinstall index d9aab3139e5..e883398c61b 100644 --- a/mail/mailman/pkg-deinstall +++ b/mail/mailman/pkg-deinstall @@ -41,7 +41,7 @@ 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 '- You may delete them with "pw userdel %%USER%%".' + echo '- You may delete them with "pw groupdel %%GROUP%%; pw userdel %%USER%%".' else delete_account %%USER%% %%GROUP%% fi |