From: Russ Allbery Date: Wed, 20 Jan 2010 01:59:26 +0000 (-0800) Subject: Require $remote_fs be started before us X-Git-Tag: debian/1.5.73.3-1~37 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bdb3e310ccb9d12326afcb2245b152bf08814bf0;p=packages%2Fo%2Fopenafs.git Require $remote_fs be started before us * 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. --- diff --git a/debian/changelog b/debian/changelog index 02295f2f2..fdbb3669d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,9 @@ openafs (1.5.69+dfsg-1) UNRELEASED; urgency=low * Upstream now installs afszcm.cat and finds it in /usr/share/openafs/C, so use the version installed via make install and install it in the same location. + * 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. * 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 b65ee77bb..6993385fc 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -1,9 +1,8 @@ #! /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 +# Required-Start: $remote_fs $network $time +# Required-Stop: $network # X-Stop-After: autofs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6