diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-01-14 07:00:30 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-01-14 07:00:30 +0000 |
commit | 12d2a231a6e24a44da85b765acdcd25764a7b9c0 (patch) | |
tree | d91deb0cd67ba1db5b290ba3ad0c0239fd2aab1a /sysutils/daemontools/DEINSTALL | |
parent | 6aaaf24628b3513fcc2186ca431faa15df563f6f (diff) | |
download | pkgsrc-12d2a231a6e24a44da85b765acdcd25764a7b9c0.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/DEINSTALL | 13 |
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 |