summaryrefslogtreecommitdiff
path: root/security/drwebd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-14 23:03:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-14 23:03:45 +0000
commit8051edbe8d5a463b36dd3fcd755d24934f9b3f18 (patch)
tree1a9c7e5595af0e19c07920b4a4baeb3e23cba5fb /security/drwebd
parentCorrect logic for adding webspy manpage based on WITHOUT_X11 (diff)
Deinstall sample file on deinstall
Notes
Notes: svn path=/head/; revision=66329
Diffstat (limited to 'security/drwebd')
-rw-r--r--security/drwebd/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drwebd/pkg-plist b/security/drwebd/pkg-plist
index b4127ec5098b..6520a94b7886 100644
--- a/security/drwebd/pkg-plist
+++ b/security/drwebd/pkg-plist
@@ -1,3 +1,3 @@
@unexec if cmp -s %D/etc/rc.d/drweb-0.sh %D/etc/rc.d/drweb-0.sh-dist; then rm -f %D/etc/rc.d/drweb-0.sh; fi
-etc/rc.d/drweb-0.sh
+etc/rc.d/drweb-0.sh-dist
@exec [ -f %B/drweb-0.sh ] || ( cp %B/%f %B/drweb-0.sh; chmod 755 %B/drweb-0.sh )