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.
13 lines
372 B
Text
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
|