diff options
author | chip <chip> | 2002-09-16 02:09:47 +0000 |
---|---|---|
committer | chip <chip> | 2002-09-16 02:09:47 +0000 |
commit | b54363a137e6e249a3f11c78d5abb8aa7622ae0f (patch) | |
tree | e743d3a02a95cd1fc67dfb012477bf6551cb0a0c | |
parent | f58993b900a28873ca712fb864a1c7a2f69a178f (diff) | |
download | nfs-utils-b54363a137e6e249a3f11c78d5abb8aa7622ae0f.tar.gz nfs-utils-b54363a137e6e249a3f11c78d5abb8aa7622ae0f.tar.xz nfs-utils-b54363a137e6e249a3f11c78d5abb8aa7622ae0f.zip |
Oops, included the wrong text. Now fixed, I hope.
-rw-r--r-- | debian/nfs-kernel-server.templates.fr | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/debian/nfs-kernel-server.templates.fr b/debian/nfs-kernel-server.templates.fr index 7645b22..bf1aaed 100644 --- a/debian/nfs-kernel-server.templates.fr +++ b/debian/nfs-kernel-server.templates.fr @@ -1,15 +1,16 @@ 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. + 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. + 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. Description-fr: Remplacez rpc.mountd par mountd dans /etc/hosts.{allow,deny} Le programme mount fonctionne avec tcpwrapper pour le contrôle d'accès. - Utilisez le nom de programme « mount » dans /etc/hosts.allow et + Utilisez le nom de programme « mountd » dans /etc/hosts.allow et /etc/hosts.deny pour changer ce contrôle d'accès. . Les versions précédentes de nfs-kernel-server avaient un programme |