diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-02 17:50:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-02 17:50:05 +0000 |
commit | a450e21f4760a33acdf1cc3b06f31a2483414c1c (patch) | |
tree | 9119d2e7f2d1658634b12de2f4df996557b67a71 /sysutils/daemontools/DEINSTALL | |
parent | 8e369afbf8214eb0120b7dea5a8d92336969ccb8 (diff) | |
download | pkgsrc-a450e21f4760a33acdf1cc3b06f31a2483414c1c.tar.gz |
Update sysutils/daemontools to 0.76. This closes PR pkg/25153.
Changes:
The package now installs in /package/admin/daemontools. There are three
new utilities: svscanboot, readproctitle, and pgrphack. multilog now
accepts SIGALRM to force log rotation. svscan now checks for the
existence of /service/blah/log rather than checking whether
/service/blah is sticky.
Diffstat (limited to 'sysutils/daemontools/DEINSTALL')
-rw-r--r-- | sysutils/daemontools/DEINSTALL | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/daemontools/DEINSTALL b/sysutils/daemontools/DEINSTALL index d77d41a71a7..a09d50a4f97 100644 --- a/sysutils/daemontools/DEINSTALL +++ b/sysutils/daemontools/DEINSTALL @@ -1,14 +1,11 @@ -#! /bin/sh -# -# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:53:02 zuntum Exp $ -# +# $NetBSD: DEINSTALL,v 1.2 2004/05/02 17:50:05 xtraeme Exp $ case "$2" in DEINSTALL) rmdir 2>/dev/null @@SERVICEDIR@@ || cat <<EOF ============================================================= -Note that /service directory was not removed. If you -no longer need it, remove it by hand. +Your service directory @@SERVICEDIR@@ was not removed. +If you no longer need it, remove it by hand. ============================================================= EOF |