diff --git a/Bundler/home.xml b/Bundler/home.xml index 659f824..f48d562 100644 --- a/Bundler/home.xml +++ b/Bundler/home.xml @@ -3,6 +3,7 @@ + diff --git a/Cfg/etc/default/autofs/autofs b/Cfg/etc/default/autofs/autofs new file mode 100644 index 0000000..049dfa8 --- /dev/null +++ b/Cfg/etc/default/autofs/autofs @@ -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