From: Russ Allbery Date: Wed, 20 Jan 2010 04:31:39 +0000 (-0800) Subject: Try to start the client after syslog X-Git-Tag: debian/1.5.73.3-1~34 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=20e4a1d58dd133feb61e22660faa5711ea37aa12;p=packages%2Fo%2Fopenafs.git 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. --- 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