* debian/changelog: Version 0.3.2-2.
* debian/*.init: Minor fixes.
+2001-06-15 Chip Salzenberg <chip@debian.org>
+
+ * debian/changelog: Version 0.3.2-2.
+ * debian/*.init: Minor fixes.
+
2001-06-07 Lon H. Hohberger <hohberger@missioncriticallinux.com>
* etc/nodist/nfs-server: Fixed a bug where the script would
+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 <chip@debian.org> Fri, 15 Jun 2001 15:57:18 -0700
+
nfs-utils (1:0.3.2-1) unstable; urgency=low
* Upstream changes to statd:
# 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 \
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
--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 "."