~ubuntu-branches/debian/sid/rpld/sid

« back to all changes in this revision

Viewing changes to debian/init.d

  • Committer: Bazaar Package Importer
  • Author(s): Petter Reinholdtsen
  • Date: 2008-04-04 20:44:25 UTC
  • Revision ID: james.westby@ubuntu.com-20080404204425-2aid4gthkbutlnlf
Tags: 1.8beta1-8.1
* Non-maintainer upload to solve release goal.
* Add LSB dependency header to init.d scripts (Closes: #469628).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
 
2
### BEGIN INIT INFO
 
3
# Provides:          rpld
 
4
# Required-Start:    $remote_fs $syslog
 
5
# Required-Stop:     $remote_fs $syslog
 
6
# Default-Start:     2 3 4 5
 
7
# Default-Stop:      0 1 6
 
8
### END INIT INFO
2
9
#
3
10
# skeleton      example file to build /etc/init.d/ scripts.
4
11
#               This file should be used to construct scripts for /etc/init.d.