summaryrefslogtreecommitdiffstats
path: root/debian/nfs-kernel-server.templates
diff options
context:
space:
mode:
authorchip <chip>2004-03-18 21:45:34 +0000
committerchip <chip>2004-03-18 21:45:34 +0000
commitd0131f1c645c57b914a38bbd7c651f3a546129ee (patch)
treef196f1fd9b2ee39cdb250db8325bb2803e9ba2f0 /debian/nfs-kernel-server.templates
parent2612111fe0855f19820803f53ce0447c9b26a52a (diff)
downloadnfs-utils-d0131f1c645c57b914a38bbd7c651f3a546129ee.tar.gz
nfs-utils-d0131f1c645c57b914a38bbd7c651f3a546129ee.tar.xz
nfs-utils-d0131f1c645c57b914a38bbd7c651f3a546129ee.zip
* Make /etc/exports a conffile. (closes: #224557)
* Remove debconf warning notes in favor of nfs-kernel-server.NEWS. (closes: #228365) * Don't bother removing nfs-server's init links; it's long dead.
Diffstat (limited to 'debian/nfs-kernel-server.templates')
-rw-r--r--debian/nfs-kernel-server.templates17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/nfs-kernel-server.templates b/debian/nfs-kernel-server.templates
deleted file mode 100644
index 85d86e4..0000000
--- a/debian/nfs-kernel-server.templates
+++ /dev/null
@@ -1,17 +0,0 @@
-Template: nfs-kernel-server/sync-default
-Type: note
-_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
-_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 "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 occurrences of
- "rpc.mountd" with "mountd" in /etc/hosts.allow and /etc/hosts.deny.