From: Steinar H. Gunderson Date: Fri, 8 Jun 2007 10:18:07 +0000 (+0200) Subject: Imported Debian patch 1.1.0-4 X-Git-Tag: debian/1%1.1.0-4 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fdebian%2F1%251.1.0-4;hp=5ec394580c68dfe57bc973406391b84b3be6e8af;p=nfs-utils.git Imported Debian patch 1.1.0-4 --- diff --git a/debian/changelog b/debian/changelog index 6a72d5c..c2a605e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nfs-utils (1:1.1.0-4) unstable; urgency=low + + * Change the obsolete /proc/nfs/nfsd path in the init script so it matches + the current path; patch by Bart Cortooms. + + -- Steinar H. Gunderson Fri, 08 Jun 2007 12:18:07 +0200 + nfs-utils (1:1.1.0-3) unstable; urgency=low * Fixed "nfs-common - fails to install without /etc/fstab". diff --git a/debian/nfs-kernel-server.init b/debian/nfs-kernel-server.init index b677aca..91906ae 100644 --- a/debian/nfs-kernel-server.init +++ b/debian/nfs-kernel-server.init @@ -167,7 +167,7 @@ case "$1" in fi log_end_msg 0 - if mountpoint -q /proc/nfs/nfsd + if mountpoint -q $PROCNFSD_MOUNTPOINT then $PREFIX/sbin/exportfs -f fi