~xnox/ubuntu/natty/mdadm/natty-proposed

« back to all changes in this revision

Viewing changes to debian/mdadm.init

  • Committer: Dmitrijs Ledkovs
  • Author(s): martin f. krafft
  • Date: 2009-11-06 10:06:03 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: dmitrijs.ledkovs@canonical.com-20091106100603-q9s0evnzd106mrzt
Tags: 3.0.3-2
* Bumped Standards-Version to 3.8.3 without having to make changes.
* Fixed init dependencies of mdadm daemon init.d script; thanks Petter
  Reinholdtsen (closes: #541396).
* Switched source package to v3-quilt format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Start the MD monitor daemon for all active MD arrays if desired.
4
4
#
5
5
# Copyright © 2001-2005 Mario Jou/3en <joussen@debian.org>
6
 
# Copyright © 2005-2008 Martin F. Krafft <madduck@debian.org>
 
6
# Copyright © 2005-2009 Martin F. Krafft <madduck@debian.org>
7
7
# Distributable under the terms of the GNU GPL version 2.
8
8
#
9
9
### BEGIN INIT INFO
10
10
# Provides:          mdadm
11
 
# Required-Start:    checkroot
12
 
# Required-Stop:     umountroot
13
 
# Should-Start:      module-init-tools
 
11
# Required-Start:    $local_fs $syslog mdadm-raid
 
12
# Required-Stop:     $local_fs $syslog mdadm-raid
14
13
# Default-Start:     2 3 4 5
15
14
# Default-Stop:      0 1 6
16
15
# Short-Description: MD monitoring daemon