From 2cd5ed3254ffdacaea53922063d6fc29b951bf2c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 26 Sep 2006 23:06:43 +0000 Subject: [PATCH] * Add LSB comments to the openafs-client and openafs-fileserver init scripts. --- debian/changelog | 4 +++- debian/openafs-client.init | 12 ++++++++++++ debian/openafs-fileserver.init | 12 ++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1878c0b3b..9f3d8735c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,9 +3,11 @@ openafs (1.4.2~fc4-1) unstable; urgency=low * New upstream release candidate. * Build an openafs-dbg package with debugging information for all OpenAFS binaries. + * Add LSB comments to the openafs-client and openafs-fileserver init + scripts. * Update to debhelper compatibility level V5. - -- Russ Allbery Tue, 26 Sep 2006 15:56:25 -0700 + -- Russ Allbery Tue, 26 Sep 2006 16:06:17 -0700 openafs (1.4.2~fc2-1) unstable; urgency=low diff --git a/debian/openafs-client.init b/debian/openafs-client.init index a82a5b10e..fe6b9ec6e 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -1,4 +1,16 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: openafs-client +# Required-Start: $network $time +# Required-Stop: $local_fs $remote_fs $network +# Should-Start: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +# Short-Description: OpenAFS client +# Description: Starts or stops the OpenAFS client, loading the +# OpenAFS kernel module as necessary. +### END INIT INFO +# # Modified by Sam Hartman for Debian # Copyright 2000, International Business Machines Corporation and others. # All Rights Reserved. diff --git a/debian/openafs-fileserver.init b/debian/openafs-fileserver.init index d0172c385..97b3b9a37 100755 --- a/debian/openafs-fileserver.init +++ b/debian/openafs-fileserver.init @@ -1,4 +1,16 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: openafs-fileserver +# Required-Start: $local_fs $remote_fs $network $time +# Required-Stop: $local_fs $remote_fs $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +# Short-Description: OpenAFS file and database server manager +# Description: Starts, stops, or restarts the OpenAFS bosserver, +# which is the process that starts and manages the +# OpenAFS file server or database servers depending on +# its configuration. +### END INIT INFO # # skeleton example file to build /etc/init.d/ scripts. # This file should be used to construct scripts for /etc/init.d. -- 2.39.5