summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-01 18:47:50 +0000
committertron <tron@pkgsrc.org>2000-08-01 18:47:50 +0000
commit1b67217a5f1475c199c618b4f553cc47cd13e0d7 (patch)
treea07b11689f8d57284cf790b75c200aa1edcd706c /www
parentefdc5f72c234c98b3f4f83b10a46bd0aaaeb228b (diff)
downloadpkgsrc-1b67217a5f1475c199c618b4f553cc47cd13e0d7.tar.gz
Because "thttpd" is not the only HTTP daemon in the package collection
use "@unexec rmdir" on "libexec/cgi-bin".
Diffstat (limited to 'www')
-rw-r--r--www/thttpd/pkg/PLIST5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/thttpd/pkg/PLIST b/www/thttpd/pkg/PLIST
index 8179c01ea82..daf1c0e75db 100644
--- a/www/thttpd/pkg/PLIST
+++ b/www/thttpd/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2000/07/27 12:47:34 jlam Exp $
+@comment $NetBSD: PLIST,v 1.10 2000/08/01 18:47:50 tron Exp $
etc/rc.d/thttpd.sh
libexec/cgi-bin/redirect
libexec/cgi-bin/phf
@@ -17,4 +17,5 @@ share/examples/thttpd.conf
share/thttpd/index.html
share/thttpd/sitedrivenby.gif
@dirrm share/thttpd
-@dirrm libexec/cgi-bin
+@unexec rmdir %D/libexec/cgi-bin 2>/dev/null || true
+