From 1dc62edf0cfc1ade611e897e9d783ab38996c635 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 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 -- 2.39.5