pkgsrc/sysutils/daemontools/DEINSTALL
xtraeme a450e21f47 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.
2004-05-02 17:50:05 +00:00

13 lines
372 B
Text

# $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