[nfs-server/client] idmapd n'est ni nécessaire ni désiré, on le jette.
This commit is contained in:
parent
54ab4fa713
commit
1fac75d619
4 changed files with 9 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<Bundle name="nfs-client">
|
||||
<Path "/etc/idmapd.conf"/>
|
||||
<Service "nfs-common"/>
|
||||
<Bundle name="nfs-client" version="2.0">
|
||||
<Path name="/etc/default/nfs-common"/>
|
||||
<Package name="nfs-common"/>
|
||||
</Bundle>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Bundle name="nfs-server">
|
||||
<Group name="crans-nfs-squeeze">
|
||||
<Group name="crans-nfs">
|
||||
<Service name="nfs-kernel-server"/>
|
||||
<Path name="/etc/default/nfs-kernel-server"/>
|
||||
<Path name="/etc/exports"/>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
##################################
|
||||
|
||||
# Number of servers to start up
|
||||
RPCNFSDCOUNT=8
|
||||
RPCNFSDCOUNT="8 --no-nfs-version 4"
|
||||
|
||||
# Runtime priority of server (see nice(1))
|
||||
RPCNFSDPRIORITY=0
|
||||
|
|
4
Rules/nfs-client.xml
Normal file
4
Rules/nfs-client.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Règles concernant les serveurs équipés de nfs-common (tous)//-->
|
||||
<Rules priority="1">
|
||||
<Service type="deb" name="nfs-common" status="on"/>
|
||||
</Rules>
|
Loading…
Add table
Add a link
Reference in a new issue