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^0 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=9d7dd927aa757b74cc098d7a2f5dc0066f9e0717 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