]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Try to start the client after syslog
authorRuss Allbery <rra@debian.org>
Wed, 20 Jan 2010 04:31:39 +0000 (20:31 -0800)
committerRuss Allbery <rra@debian.org>
Wed, 20 Jan 2010 04:36:51 +0000 (20:36 -0800)
* List $syslog in Should-Start for the openafs-client init script, since
  otherwise if loading the module causes a kernel panic, it won't be
  logged to disk.

debian/changelog
debian/openafs-client.init

index fdbb3669dbe4205113919f9709536a17b538184f..f32963cfb9e03c71b891753e3d5ec68b28597c05 100644 (file)
@@ -31,6 +31,9 @@ openafs (1.5.69+dfsg-1) UNRELEASED; urgency=low
   * Update init script to require $remote_fs be started first.  This won't
     be the case in the long run, but for now some important boot-time
     options need /usr/bin/fs to set them.
+  * List $syslog in Should-Start for the openafs-client init script, since
+    otherwise if loading the module causes a kernel panic, it won't be
+    logged to disk.
   * Update CellServDB to the new 2009-06-29 version.
   * Add README.source explaining maintenance procedures and a
     debian/import-upstream script to do a Git-aware merge of a new
index 6993385fcd03d30f6e85cb292e1ca118d68c62bc..22fb1d172679e6fbc056488bfe2baf851b32ab5e 100755 (executable)
@@ -3,6 +3,7 @@
 # Provides:             openafs-client
 # Required-Start:       $remote_fs $network $time
 # Required-Stop:        $network
+# Should-Start:         $syslog
 # X-Stop-After:         autofs
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6