installed, since otherwise openafs-client will fail to install until
one builds a module. This restores previous accidental behavior due
to a bug in debhelper. (Closes: #362695)
+openafs (1.4.1-2) unstable; urgency=low
+
+ * Exit successfully in the openafs-client init script if no module is
+ installed, since otherwise openafs-client will fail to install until
+ one builds a module. This restores previous accidental behavior due
+ to a bug in debhelper. (Closes: #362695)
+
+ --
+
openafs (1.4.1-1) unstable; urgency=low
* New upstream release.
Not starting AFS. Please consider building kernel modules using
instructions in /usr/share/doc/openafs-client/README.modules
EOF
- exit 1
+ # We must exit successfully here or openafs-client will fail on
+ # installation unless a module is installed.
+ exit 0
fi
LOADED=`/sbin/lsmod | fgrep openafs`
if [ -z "$LOADED" ] ; then