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.4.12+dfsg-1~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1dc62edf0cfc1ade611e897e9d783ab38996c635;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 1cc0f7971..d58b0a6dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ openafs (1.4.11+dfsg-7) 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. * 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