File: preremove.solaris.sh

package info (click to toggle)
lprng 3.8.10-1.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 13,076 kB
  • ctags: 4,348
  • sloc: ansic: 35,394; sh: 10,756; perl: 2,210; makefile: 1,046
file content (10 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#
# -- START --
# preremove.solaris.sh,v 1.1 2001/08/21 20:33:17 root Exp
#
# This is the shell script that does the preremove
echo RUNNING preremove.solaris.sh
if [ "$VERBOSE_INSTALL" != "" ] ; then set -x; fi
echo "Stopping LPD"
pkill -INT lpd
exit 0