File: prerm-init

package info (click to toggle)
debhelper 9.20150101
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,460 kB
  • sloc: perl: 5,757; makefile: 89; sh: 7
file content (3 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (5)
1
2
3
if [ -x "/etc/init.d/#SCRIPT#" ]; then
	invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
fi