+nfs-utils (1:1.1.1~git-20070709-5) unstable; urgency=low
+
+ * Fix totally broken export-detecting regex in the init script; patch by
+ Quentin Godfroy. (Closes: #444155)
+
+ -- Steinar H. Gunderson <sesse@debian.org> Wed, 26 Sep 2007 17:50:40 +0200
+
nfs-utils (1:1.1.1~git-20070709-4) unstable; urgency=low
* Replaced libgssapi-dev as build-dependency by libgssglue-dev.
# condition in nfs-kernel-server's init script does, which has a value in
# itself.
#
-if [ -f /etc/exports ] && grep -q '^ .*/' /etc/exports; then
+if [ -f /etc/exports ] && grep -q '^[[:space:]]*[^#]*/' /etc/exports; then
AUTO_NEED_IDMAPD=yes
fi