Conf d'autofs
darcs-hash:20080209200550-41f88-347594610d1088e139c82e2d26bf04b10ddf58e8.gz
This commit is contained in:
parent
00651a87e5
commit
4f142bff4c
6 changed files with 33 additions and 3 deletions
9
Python/etc/auto.master
Normal file
9
Python/etc/auto.master
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue