* Exit successfully in the openafs-client init script if /sbin/afsd
doesn't exist, indicating that openafs-client is not installed.
* Load /lib/lsdb/init-functions in the openafs-client init script as the
first step towards upstart or systemd support.
* New upstream release.
- Fix support for tmpfs as the cache filesystem.
- Support kernels with backported changes affecting getname/putname.
+ * Exit successfully in the openafs-client init script if /sbin/afsd
+ doesn't exist, indicating that openafs-client is not installed.
+ * Load /lib/lsdb/init-functions in the openafs-client init script as the
+ first step towards upstart or systemd support.
* Update standards version to 3.9.5 (no changes required).
-- Russ Allbery <rra@debian.org> Sun, 22 Dec 2013 12:54:32 -0800
MODULEDIR=${MODULEDIR:-$MODULEROOT/fs}
DKMSDIR=${DKMSDIR:-$MODULEROOT/updates/dkms}
+# Exit if the package is not installed.
+[ -x /sbin/afsd ] || exit 0
+
+# Define LSB log_* functions and get other support infrastructure.
+. /lib/lsb/init-functions
+
exec 3>/dev/null
exec </dev/null