[home] Ajout du fichier /etc/default/autofs
darcs-hash:20090117105949-ffbb2-2147ac9bda5d06c7729c1ea38b881d92698ca497.gz
This commit is contained in:
parent
a3d613a418
commit
498b5b1805
2 changed files with 32 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<Group name="external" negate="true">
|
||||
<ConfigFile name="/etc/auto.master"/>
|
||||
<ConfigFile name="/etc/auto.home"/>
|
||||
<ConfigFile name="/etc/default/autofs"/>
|
||||
<Package name="autofs"/>
|
||||
<Service name="autofs"/>
|
||||
</Group>
|
||||
|
|
31
Cfg/etc/default/autofs/autofs
Normal file
31
Cfg/etc/default/autofs/autofs
Normal file
|
@ -0,0 +1,31 @@
|
|||
# /etc/default/autofs: configuration de l'init-script d'autofs.
|
||||
#
|
||||
# Fichier géré par BCfg2 (Plugin Cfg)
|
||||
#
|
||||
# Ne modifier que sur vert
|
||||
#
|
||||
|
||||
|
||||
# Timeout value in seconds (default: 300)
|
||||
TIMEOUT=300
|
||||
|
||||
# Direct maps are only partially implemented
|
||||
# and could silently break things. See /usr/share/doc/autofs/README.direct for information
|
||||
# about current limitations and check your configurations before enabling them.
|
||||
DISABLE_DIRECT=1
|
||||
|
||||
# The LDAP URI for auto.master
|
||||
# (e. g. LDAPURI="ldap://ldapserver.example.com/")
|
||||
#LDAPURI=
|
||||
|
||||
# The LDAP base for auto.master
|
||||
# (e. g. LDAPBASE="ou=auto.master,ou=Automount,dc=example,dc=com")
|
||||
#LDAPBASE=
|
||||
|
||||
# Restart autofs automatically on upgrades -- normally, you want this, but
|
||||
# if you have critical files on autofs-mounted directories (the new autofs
|
||||
# .deb file, for instance), you may want to set this to 1
|
||||
#
|
||||
# On évite de redémarrer autofs pour les home, de toute façon il timeout
|
||||
#
|
||||
AUTOFS_DONT_RESTART_ON_UPGRADES=1
|
Loading…
Add table
Add a link
Reference in a new issue