summaryrefslogtreecommitdiff
path: root/www/thttpd
diff options
context:
space:
mode:
authortron <tron>2000-08-01 18:47:50 +0000
committertron <tron>2000-08-01 18:47:50 +0000
commitc344dc5159e21502f40e85af622fdad4d1ac424f (patch)
treea07b11689f8d57284cf790b75c200aa1edcd706c /www/thttpd
parentba1e5c3bc602d30f723ee29345e67b81056ddce5 (diff)
downloadpkgsrc-c344dc5159e21502f40e85af622fdad4d1ac424f.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/thttpd')
-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
+