~ubuntu-branches/ubuntu/trusty/inetutils/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/inetutils-syslogd.init

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover
  • Date: 2009-10-05 12:27:34 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091005122734-ryk0gfwvhrojaamx
* Fix init script dependency information: (Closes: #547513)
  - Provide a unique service name.
  - Require $remote_fs instead of $local_fs, as we use stuff from /usr.
  Thanks to Petter Reinholdtsen <pere@hungry.com>.
* Move libreadline-dev to be the first Build-Depends alternative, and add
  libreadline6-dev for compatibility purposes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
### BEGIN INIT INFO
3
 
# Provides:          syslog
4
 
# Required-Start:    $local_fs $network $time
5
 
# Required-Stop:     $local_fs $network $time
 
3
# Provides:          inetutils-syslogd
 
4
# Required-Start:    $network $remote_fs $time
 
5
# Required-Stop:     $network $remote_fs $time
6
6
# Default-Start:     2 3 4 5
7
7
# Default-Stop:      0 1 6
8
8
# Short-Description: Start or stop the syslog daemon.