]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Add LSB comments to the openafs-client and openafs-fileserver init
authorRuss Allbery <rra@debian.org>
Tue, 26 Sep 2006 23:06:43 +0000 (23:06 +0000)
committerRuss Allbery <rra@debian.org>
Tue, 26 Sep 2006 23:06:43 +0000 (23:06 +0000)
  scripts.

debian/changelog
debian/openafs-client.init
debian/openafs-fileserver.init

index 1878c0b3b4a7c7d63669256da26974ea3a4904f6..9f3d8735c6f6a3437ca39e9e81d86781cedd2275 100644 (file)
@@ -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 <rra@debian.org>  Tue, 26 Sep 2006 15:56:25 -0700
+ -- Russ Allbery <rra@debian.org>  Tue, 26 Sep 2006 16:06:17 -0700
 
 openafs (1.4.2~fc2-1) unstable; urgency=low
 
index a82a5b10e2bb9ae58cf6e7d1c165bc9f2232ee8c..fe6b9ec6e12621471473ab3cedebf16e69674271 100755 (executable)
@@ -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 <hartmans@mit.edu> for Debian
 # Copyright 2000, International Business Machines Corporation and others.
 # All Rights Reserved.
index d0172c3858f33dab7eab49990224faa9ceadc2a3..97b3b9a3739c827e8d3988bb877da7f488ec0af6 100755 (executable)
@@ -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.