summaryrefslogtreecommitdiff
path: root/sysutils/daemontools/DEINSTALL
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2006-01-14 07:00:30 +0000
committerschmonz <schmonz@pkgsrc.org>2006-01-14 07:00:30 +0000
commit99b5b3535ce9157783dc99a8e56d335392750cf1 (patch)
treed91deb0cd67ba1db5b290ba3ad0c0239fd2aab1a /sysutils/daemontools/DEINSTALL
parentfbd08b0fe7614878af1770c16f43d79e0fb3bbe3 (diff)
downloadpkgsrc-99b5b3535ce9157783dc99a8e56d335392750cf1.tar.gz
This package's installation bears little resemblance to DJB's
instructions. We're not ready to accommodate /package yet, but we can at least avoid giving bad advice and installing a misleading rc.d script. Setting up svscan and /service for the first time can be confusing enough for a new user on its own merits. Bump PKGREVISION.
Diffstat (limited to 'sysutils/daemontools/DEINSTALL')
-rw-r--r--sysutils/daemontools/DEINSTALL13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/daemontools/DEINSTALL b/sysutils/daemontools/DEINSTALL
deleted file mode 100644
index a09d50a4f97..00000000000
--- a/sysutils/daemontools/DEINSTALL
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.2 2004/05/02 17:50:05 xtraeme Exp $
-
-case "$2" in
- DEINSTALL) rmdir 2>/dev/null @@SERVICEDIR@@ || cat <<EOF
-
-=============================================================
-Your service directory @@SERVICEDIR@@ was not removed.
-If you no longer need it, remove it by hand.
-=============================================================
-
-EOF
- ;;
-esac