* utils/nfsd/nfsd.man: Fix typo.
* debian/changelog: Version 1.0.1-1.
+2002-08-26 Chip Salzenberg <chip@pobox.com>
+
+ * utils/nfsd/nfsd.man: Fix typo.
+ * debian/changelog: Version 1.0.1-1.
+
2002-05-29 NeilBrown <neilb@cse.unsw.edu.au>
* let parseopts know if /etc/exports was being read or not,
+nfs-utils (1:1.0.1-1) unstable; urgency=low
+
+ * New upstream version:
+ > BIG CHANGE: Exports default to "sync", that is, synchronous writes.
+ This is safer but MUCH SLOWER than the old default of "async".
+ All exports should be marked as either "sync" or "async" to avoid a
+ warning from exportfs.
+ * Patches from CVS through 2002-08-26.
+ * Let init script start statd on a specific port. (closes: #144344)
+ * Fix typo in debconf message about tcpwrappers. (closes: #128709)
+ * Fix typo in rpc.nfsd(8). (closes: #152556)
+ * Add Russian templates. (closes: #136599, #136932)
+
+ -- Chip Salzenberg <chip@debian.org> Mon, 26 Aug 2002 12:17:57 -0400
+
nfs-utils (1:1.0-2) unstable; urgency=low
* Fail an export if its mapping option is unsupported. (closes: #85678)
PREFIX=
+# Should rpc.statd listen on a specific port?
+# If so, set this variable to a statd argument like: "--port 1000".
+STATDPORT=""
+
NEED_LOCKD=yes
if test -f /proc/ksyms
then
printf "Starting $DESC:"
printf " statd"
start-stop-daemon --start --quiet \
- --exec $PREFIX/sbin/rpc.statd
+ --exec $PREFIX/sbin/rpc.statd -- $STATDPORT
if [ "$NEED_LOCKD" = yes ]
then
printf " lockd"
Der statd-Daemon benutzt tcpwrappers für die Zugriffskontrolle. Um
diesen zu konfigurieren, benutzen Sie den Namen "statd" in den Dateien
/etc/hosts.allow und /etc/hosts.deny.
+Description-ru: statd ÉÓÐÏÌØÚÕÅÔ tcp-×ÒÁÐÐÅÒÙ
+ äÅÍÏÎ statd ÉÓÐÏÌØÚÕÅÔ tcp-×ÒÁÐÐÅÒÙ ÄÌÑ ÕÐÒÁ×ÌÅÎÉÑ ÄÏÓÔÕÐÏÍ. þÔÏÂÙ
+ ÎÁÓÔÒÏÉÔØ ×ÒÁÐÐÅÒ, ÉÓÐÏÌØÚÕÊÔÅ ÉÍÑ ÐÒÏÇÒÁÍÍÙ "statd" × ÆÁÊÌÁÈ
+ /etc/hosts.allow É /etc/hosts.deny.
. /usr/share/debconf/confmodule
+if grep -s '^/' /etc/exports | grep -vq sync
+then
+ db_input high nfs-kernel-server/sync-default || true
+fi
+
if fgrep -q 'rpc' /etc/hosts.allow /etc/hosts.deny
then
db_input high nfs-kernel-server/tcpwrappers-mountd || true
+Template: nfs-kernel-server/sync-default
+Type: note
+Description: To comply with standards and increase data safety,
+ the Linux NFS server now defaults to synchronous writes. Since
+ this is a major change, it is not silent: All exports should be
+ explicitly marked as either "sync" or "async". Exports not so
+ marked will elicit warnings.
+
Template: nfs-kernel-server/tcpwrappers-mountd
Type: note
Description: in /etc/hosts.{allow,deny}, replace "rpc.mountd" with "mountd"
The mount daemon uses tcpwrappers to control access. To configure
- it, use program name "mount" in /etc/hosts.allow and /etc/hosts.deny.
+ it, use program name "mountd" in /etc/hosts.allow and /etc/hosts.deny.
.
Older versions of nfs-kernel-server included a mount daemon that
called itself "rpc.mountd". Therefore, you should replace all
.
Deshalb sollten Sie alle Referenzen zu "rpc.mountd" in den Dateien
/etc/hosts.allow und /etc/hosts.deny mit "mountd" ersetzen.
+Description-ru: úÁÍÅÎÉÔÅ × /etc/hosts.{allow,deny} "rpc.mountd" ÎÁ "mountd"
+ äÅÍÏÎ ÍÏÎÔÉÒÏ×ÁÎÉÑ ÉÓÐÏÌØÚÕÅÔ ÄÌÑ ÕÐÒÁ×ÌÅÎÉÑ ÄÏÓÔÕÐÏÍ tcp-×ÒÁÐÐÅÒÙ.
+ þÔÏÂÙ ÉÈ ÎÁÓÔÒÏÉÔØ, ÉÓÐÏÌØÚÕÊÔÅ ÉÍÑ "mountd" × /etc/hosts.allow É
+ /etc/hosts.deny.
+ .
+ âÏÌÅÅ ÓÔÁÒÙÅ ×ÅÒÓÉÉ nfs-kernel-server ×ËÌÀÞÁÌÉ ÄÅÍÏÎ ÍÏÎÔÉÒÏ×ÁÎÉÑ,
+ ËÏÔÏÒÙÊ ÎÁÚÙ×ÁÌ ÓÅÂÑ "rpc.mountd". ðÏÜÔÏÍÕ, ×Ù ÄÏÌÖÎÙ ÚÁÍÅÎÉÔØ ×ÓÅ
+ ×ÈÏÖÄÅÎÉÑ "rpc.mountd" ÎÁ "mountd" × ÆÁÊÌÁÈ /etc/hosts.allow É
+ /etc/hosts.deny.
.P
The
.B rpc.mountd
-server provides an ancially service needed to satisfy mount requests
+server provides an ancillary service needed to satisfy mount requests
by NFS clients.
.SH OPTIONS
.TP