From 509cf23ffbe6075e6065d3b59db02bdec1c51f59 Mon Sep 17 00:00:00 2001 From: chip Date: Fri, 15 Jun 2001 23:08:35 +0000 Subject: [PATCH] 2001-06-15 Chip Salzenberg * debian/changelog: Version 0.3.2-2. * debian/*.init: Minor fixes. --- ChangeLog | 5 +++++ debian/changelog | 8 ++++++++ debian/nfs-common.init | 4 +--- debian/nfs-kernel-server.init | 6 ++---- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5cff8ab..423178a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-15 Chip Salzenberg + + * debian/changelog: Version 0.3.2-2. + * debian/*.init: Minor fixes. + 2001-06-07 Lon H. Hohberger * etc/nodist/nfs-server: Fixed a bug where the script would diff --git a/debian/changelog b/debian/changelog index ecb9197..6909446 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +nfs-utils (1:0.3.2-2) unstable; urgency=low + + * Rebuild with new libc. (closes: #97252, #97455, #99829, #100317) + * Fix typo in nfs-kernel-server init script. (closes: #100380) + * Start all daemons in root directory. + + -- Chip Salzenberg Fri, 15 Jun 2001 15:57:18 -0700 + nfs-utils (1:0.3.2-1) unstable; urgency=low * Upstream changes to statd: diff --git a/debian/nfs-common.init b/debian/nfs-common.init index 63bc29c..78edad1 100755 --- a/debian/nfs-common.init +++ b/debian/nfs-common.init @@ -25,12 +25,10 @@ fi # What is this? DESC="NFS common utilities" -# Make sure that daemon cwds are in root fs. -cd / - # See how we were called. case "$1" in start) + cd / # daemons should have root dir as cwd printf "Starting $DESC:" printf " statd" start-stop-daemon --start --quiet \ diff --git a/debian/nfs-kernel-server.init b/debian/nfs-kernel-server.init index 1626213..e95586b 100755 --- a/debian/nfs-kernel-server.init +++ b/debian/nfs-kernel-server.init @@ -21,12 +21,10 @@ DESC="NFS kernel daemon" RPCNFSDCOUNT=8 # Number of servers to be started up by default RPCMOUNTDOPTS= -# Make sure that daemon cwds are in root fs. -cd / - # See how we were called. case "$1" in start) + cd / # daemons should have root dir as cwd if grep -q '^/' /etc/exports; then printf "Exporting directories for $DESC..." $PREFIX/sbin/exportfs -r @@ -38,7 +36,7 @@ case "$1" in --exec $PREFIX/sbin/rpc.nfsd -- $RPCNFSDCOUNT printf " mountd" $PREFIX/bin/rpcinfo -u localhost nfs 3 > /dev/null 2>&1 || - RPCMOUNTDOPTS="$RPCMOUNDOPTS --no-nfs-version 3" + RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 3" start-stop-daemon --start --quiet \ --exec $PREFIX/sbin/rpc.mountd -- $RPCMOUNTDOPTS echo "." -- 2.39.2