File: prerm

package info (click to toggle)
fsp 2.71-8hamm10
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 988 kB
  • ctags: 1,287
  • sloc: ansic: 7,715; makefile: 363; sh: 118
file content (8 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# Pre-removal script for fsp.
start-stop-daemon --stop --quiet --oknodo --exec /usr/sbin/fspd

if [ $1 = "remove" ]; then
  update-inetd --disable fsp
fi