* Use dh_dkms from the DKMS package to handle creation of the maintainer
scripts for openafs-modules-dkms rather than rolling our own.
(LP: #497149)
- * 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 init script to require $remote_fs be started first and stopped
+ after OpenAFS. 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.
* List $syslog in Should-Start for the openafs-client init script, since
otherwise if loading the module causes a kernel panic, it won't be
logged to disk.
### BEGIN INIT INFO
# Provides: openafs-client
# Required-Start: $remote_fs $network $time
-# Required-Stop: $network
+# Required-Stop: $remote_fs $network
# Should-Start: $syslog
# X-Stop-After: autofs
# Default-Start: 2 3 4 5