Conf d'autofs

darcs-hash:20080209200550-41f88-347594610d1088e139c82e2d26bf04b10ddf58e8.gz
This commit is contained in:
Jérémie Dimino 2008-02-09 21:05:50 +01:00
parent 00651a87e5
commit 4f142bff4c
6 changed files with 33 additions and 3 deletions

9
Python/etc/auto.master Normal file
View file

@ -0,0 +1,9 @@
# -*- coding: utf-8; mode: python -*-
header("Définition des points de montage pour autofs.")
def mount(mntpoint, script):
print mntpoint, script
if has("home"):
mount("/home", "/etc/auto.home")