From bdb3e310ccb9d12326afcb2245b152bf08814bf0 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 19 Jan 2010 17:59:26 -0800 Subject: [PATCH] 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. --- debian/changelog | 3 +++ debian/openafs-client.init | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5