diff options
author | wjv <wjv@FreeBSD.org> | 2002-07-22 14:29:09 +0000 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-07-22 14:29:09 +0000 |
commit | 5b842b2e35f4daacbf42d1103b0012c9f1202670 (patch) | |
tree | e72581d88c2abbf8938cfc074c78df748e7a2155 /mail/mailman/pkg-plist | |
parent | f8f7fa2b9021e31ba1475b03262bc5e89f6c94e7 (diff) | |
download | FreeBSD-ports-5b842b2e35f4daacbf42d1103b0012c9f1202670.zip FreeBSD-ports-5b842b2e35f4daacbf42d1103b0012c9f1202670.tar.gz |
- Update to version 2.0.12
- Update $PKGDEINSTALL so that running Python processes beloning to mailman
user should be killed correctly upon port/package deinstallation, even when
the version of Python had been updated since the port/package was
installed.
- Fix a small oversight in $PLIST to allow clean package installations (i.e.
where there is not an existing mailman user) to set file permissions
correctly.
Diffstat (limited to 'mail/mailman/pkg-plist')
-rw-r--r-- | mail/mailman/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailman/pkg-plist b/mail/mailman/pkg-plist index edb004a..cf4855c 100644 --- a/mail/mailman/pkg-plist +++ b/mail/mailman/pkg-plist @@ -288,7 +288,7 @@ %%MMDIR%%/templates/userpass.txt %%MMDIR%%/templates/verify.txt @exec chmod 2775 %B -@exec chgrp -R %%MMGRP%% %%MMDIR%% +@exec chgrp -R %%MMGRP%% %D/%%MMDIR%% %%PORTDOCS%%share/doc/mailman/BUGS %%PORTDOCS%%share/doc/mailman/FAQ %%PORTDOCS%%share/doc/mailman/INSTALL |