Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 3853554d7e50225a89189598baa00b1c > files > 4

leafnode-1.11.8-9.mga5.x86_64.rpm

#! /bin/sh
# UNINSTALL-daemontools
# (C) 2002, 2008 by Matthias Andree
#
# For licensing conditions, see the file COPYING found at the top-level
# directory of the leafnode-1 distribution tarball.
#
# Should your leafnode be configured for daemontools,
# here's how to get rid of it:

# switch to actual directory:
cd /service/leafnode-1
# and remove the symlink to it:
rm /service/leafnode-1
# wait until svscan has noticed the symlink is gone:
sleep 6
# now kill and terminate:
svc -dx .
# and cd back to prior working directory
cd "$OLDPWD"