~clint-fewbar/ubuntu/hardy/spamassassin/remove-open-whois

« back to all changes in this revision

Viewing changes to debian/spamassassin.init

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-03-03 08:07:12 UTC
  • Revision ID: james.westby@ubuntu.com-20080303080712-2psxlxqr3izl5hk8
Tags: 3.2.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control:
    + Change libmail-spf-perl from recommends to depends for the
      spamassassin binary
    + Bump required version for libnet-dns-perl to (>= 0.58) due
      to libmail-spf-perl requirements
    + Change Maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
 
 
3
### BEGIN INIT INFO
 
4
# Provides:       spamassassin
 
5
# Required-Start: $remote_fs
 
6
# Required-Stop:  $remote_fs
 
7
# Should-Start:   $network
 
8
# Default-Start:  2 3 4 5
 
9
# Default-Stop:   0 1 6
 
10
### END INIT INFO
 
11
 
3
12
# Spamd init script
4
13
# June 2002
5
14
# Duncan Findlay