scripts.
* 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
#! /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.
#! /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.