* Use dpkg --print-architecture, not --print-installation-architecture,
in the openafs-fileserver config script. The latter is deprecated.
Thanks, Peter Palfrader. (Closes: #594488)
* The openafs-fileserver init script now depends on $named since
apparently the volserver requires DNS during startup. Thanks, Jaap
Winius. (Closes: #589783)
+ * Use dpkg --print-architecture, not --print-installation-architecture,
+ in the openafs-fileserver config script. The latter is deprecated.
+ Thanks, Peter Palfrader. (Closes: #594488)
* Run the DKMS build commands in a subshell to work around a DKMS bug
that caused the module build logs to be discarded. (LP: #593509)
* Add a status command to the openafs-fileserver init script.
db_version 2.0
# Warn anyone who's trying to run the file server on alpha.
-arch=`dpkg --print-installation-architecture`
+arch=`dpkg --print-architecture`
if [ "$arch" = "alpha" ] ; then
db_input high openafs-fileserver/alpha-broken || true
fi