summaryrefslogtreecommitdiffstats
path: root/debian/nfs-kernel-server.templates
diff options
context:
space:
mode:
authorchip <chip>2002-09-16 01:56:32 +0000
committerchip <chip>2002-09-16 01:56:32 +0000
commite2d471f26fe47530d1d8fee9fdf1330203d458bc (patch)
tree9cd58aea5921fe5b68531df1accc905122375f20 /debian/nfs-kernel-server.templates
parent253a4182bcdb46a4da412513ba5880e352a8fa93 (diff)
* Start nfs-common after nfs-kernel-server so that the server is running
when statd restarts. In postinst, remove bad rc.d links from old packages. From Philippe Troin <phil@fifi.org>. (closes: #160800) * Make init scripts exit with non-zero status when daemons don't start. * Add titles to templates where I forgot them. (closes: #158489) * Add /etc/default/{nfs-common,nfs-kernel-server} so setting random parameters doesn't require editing init scripts. (closes: #131539) * Split templates into separate files, and add French templates. (closes: #134630) * Use invoke-rc.d to avoid premature daemon starts. (closes: 158574) * Change priority of nfs-kernel-server to 'optional'.
Diffstat (limited to 'debian/nfs-kernel-server.templates')
-rw-r--r--debian/nfs-kernel-server.templates26
1 files changed, 5 insertions, 21 deletions
diff --git a/debian/nfs-kernel-server.templates b/debian/nfs-kernel-server.templates
index 9596aa2..fb7f632 100644
--- a/debian/nfs-kernel-server.templates
+++ b/debian/nfs-kernel-server.templates
@@ -1,10 +1,10 @@
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.
+Description: NFS server defaults to synchronous writes
+ 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
@@ -16,19 +16,3 @@ Description: in /etc/hosts.{allow,deny}, replace "rpc.mountd" with "mountd"
called itself "rpc.mountd". Therefore, you should replace all
occurrences of "rpc.mountd" with "mountd" in /etc/hosts.allow and
/etc/hosts.deny.
-Description-de: "rpc.mountd" mit "mountd" in /etc/hosts.{allow,deny} ersetzen
- =C4ltere Versionen von nfs-kernel-server enthalten einen Mount-daemon,
- der als "rpc.mountd" bezeichnet wird. Der aktuelle Daemon wird jedoch
- nur noch "mountd" genannt.
- .
- 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.