File: prerm

package info (click to toggle)
scanlogd 2.2.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 120 kB
  • ctags: 90
  • sloc: ansic: 492; makefile: 81; sh: 80
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# orginal by dh_installinit
if which invoke-rc.d >/dev/null 2>&1; then
    invoke-rc.d scanlogd stop
else
    /etc/init.d/scanlogd stop
fi

#DEBHELPER#