1#
2# -- START --
3# preremove.solaris.sh,v 1.1 2001/08/21 20:33:17 root Exp
4#
5# This is the shell script that does the preremove
6echo RUNNING preremove.solaris.sh
7if [ "$VERBOSE_INSTALL" != "" ] ; then set -x; fi
8echo "Stopping LPD"
9pkill -INT lpd
10exit 0
11