~ubuntu-branches/ubuntu/trusty/linux-atm/trusty

« back to all changes in this revision

Viewing changes to debian/atm-tools.atm

  • Committer: Bazaar Package Importer
  • Author(s): Petter Reinholdtsen
  • Date: 2008-03-31 00:09:30 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080331000930-bdp4ccifg1w54t87
Tags: 2.4.1-17.2
* Non-maintainer upload to fix RC bug.
* Add LSB dependency header to init.d scripts (Closes: #468459).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# Start/stop the atm daemon(s).
 
2
### BEGIN INIT INFO
 
3
# Provides:          atm
 
4
# Required-Start:    $local_fs
 
5
# Required-Stop:     $local_fs
 
6
# X-Start-Before:    ifupdown networking
 
7
# X-Stop-After:      ifupdown networking
 
8
# Default-Start:     S
 
9
# Default-Stop:      0 6
 
10
# Short-Description: Start/stop the atm daemon(s).
 
11
### END INIT INFO
 
12
 
3
13
 
4
14
DAEMON="/sbin/atmarpd"
5
15