+nfs-utils (1:1.2.0-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix test for NFS kernel server support in init script; closes: #550153
+
+ -- Ben Hutchings <ben@decadent.org.uk> Wed, 16 Dec 2009 22:14:01 +0000
+
nfs-utils (1:1.2.0-4) unstable; urgency=low
* Removing myself from uploaders.
do_modprobe nfsd
# See if our running kernel supports the NFS kernel server
- if [ -f /proc/kallsyms ] && ! grep -qE 'init_nf(sd| )' /proc/kallsyms; then
+ if ! [ -d /sys/module/nfsd ]; then
log_warning_msg "Not starting $DESC: no support in current kernel."
exit 0
fi