* 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.
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
#! /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