File: fetchmail-ssl.prerm

package info (click to toggle)
fetchmail-ssl 5.9.11-6.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,952 kB
  • ctags: 2,498
  • sloc: ansic: 20,487; sh: 3,574; python: 1,705; yacc: 761; makefile: 682; perl: 640; lex: 258; awk: 124; sed: 93; lisp: 84
file content (14 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

#
# prerm script for fetchmail/fetchmail-ssl
# $Id: fetchmail.prerm,v 1.4 2001/08/19 01:55:28 hmh Exp $
#

# Stops daemon if it is running under our control
[ -x /etc/init.d/fetchmail ] &&
	/etc/init.d/fetchmail stop || true

#DEBHELPER#

exit 0