From 20e4a1d58dd133feb61e22660faa5711ea37aa12 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 19 Jan 2010 20:31:39 -0800 Subject: [PATCH] Try to start the client after syslog * 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 | 3 +++ debian/openafs-client.init | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index fdbb3669d..f32963cfb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/openafs-client.init b/debian/openafs-client.init index 6993385fc..22fb1d172 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -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 -- 2.39.5