diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-03-19 16:54:35 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-03-19 16:54:35 +0000 |
commit | acc9e2db4c38992d03bb050e0b684218cf505dfd (patch) | |
tree | 2103a06e192978018445fca83fc2c772d4d3570a /mail | |
parent | 2d5e7120d8b7ba28073207abd177eeb93c335350 (diff) | |
download | pkgsrc-acc9e2db4c38992d03bb050e0b684218cf505dfd.tar.gz |
Watchout for shared directories
Standardise MESSAGE
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp4/MESSAGE | 3 | ||||
-rw-r--r-- | mail/imp4/PLIST | 6 | ||||
-rw-r--r-- | mail/turba/MESSAGE | 3 | ||||
-rw-r--r-- | mail/turba/PLIST | 6 |
4 files changed, 8 insertions, 10 deletions
diff --git a/mail/imp4/MESSAGE b/mail/imp4/MESSAGE index 10626600a73..814fdb7987c 100644 --- a/mail/imp4/MESSAGE +++ b/mail/imp4/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2005/01/16 21:36:27 adrianp Exp $ +$NetBSD: MESSAGE,v 1.2 2006/03/19 16:54:35 adrianp Exp $ Please refer to the file: @@ -16,7 +16,6 @@ Finally you will also need to make IMP accessible through your HTTP server. If you are running Apache and ap-php, then you can add the following lines to httpd.conf: - Include ${PKG_SYSCONFDIR}/horde.conf Include ${PKG_SYSCONFDIR}/imp.conf =========================================================================== diff --git a/mail/imp4/PLIST b/mail/imp4/PLIST index db3ca6b312e..8c11d8ab9f2 100644 --- a/mail/imp4/PLIST +++ b/mail/imp4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/03/08 23:38:09 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/03/19 16:54:35 adrianp Exp $ share/doc/imp/CHANGES share/doc/imp/COPYING share/doc/imp/CREDITS @@ -497,7 +497,7 @@ share/horde/imp/view.php @dirrm share/horde/imp/lib/Block @dirrm share/horde/imp/lib/Auth @dirrm share/horde/imp/lib -@dirrm share/horde/imp/config -@dirrm share/horde/imp +@unexec ${RMDIR} %D/share/horde/imp/config 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/horde/imp 2>/dev/null || ${TRUE} @dirrm share/examples/imp @dirrm share/doc/imp diff --git a/mail/turba/MESSAGE b/mail/turba/MESSAGE index 41e7eb6d10d..ea7b2a8cd50 100644 --- a/mail/turba/MESSAGE +++ b/mail/turba/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2005/03/25 13:21:43 adrianp Exp $ +$NetBSD: MESSAGE,v 1.2 2006/03/19 16:55:04 adrianp Exp $ Please refer to the file: @@ -16,7 +16,6 @@ Finally you will also need to make Turba accessible through your HTTP server. If you are running Apache and ap-php, then you can add the following lines to httpd.conf: - Include ${PKG_SYSCONFDIR}/horde.conf Include ${PKG_SYSCONFDIR}/turba.conf =========================================================================== diff --git a/mail/turba/PLIST b/mail/turba/PLIST index 53a6f7fb0d9..580df0ebc49 100644 --- a/mail/turba/PLIST +++ b/mail/turba/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/03/08 23:54:27 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/03/19 16:55:04 adrianp Exp $ share/doc/turba/INSTALL share/doc/turba/LDAP share/doc/turba/README @@ -265,7 +265,7 @@ share/horde/turba/view.php @dirrm share/horde/turba/lib/Driver @dirrm share/horde/turba/lib/Block @dirrm share/horde/turba/lib -@dirrm share/horde/turba/config -@dirrm share/horde/turba +@unexec ${RMDIR} %D/share/horde/turba/config 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/horde/turba 2>/dev/null || ${TRUE} @dirrm share/examples/turba @dirrm share/doc/turba |