diff options
Diffstat (limited to 'examples/autofs')
-rw-r--r-- | examples/autofs/auto.smb (renamed from examples/autofs/auto.a) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/autofs/auto.a b/examples/autofs/auto.smb index 0fa8f4efc30..eb24cfaab4a 100644 --- a/examples/autofs/auto.a +++ b/examples/autofs/auto.smb @@ -1,13 +1,9 @@ -# automount points below /a +# automount points below /smb # This is an automounter map and it has the following format # key [ -mount-options-separated-by-comma ] location # Details may be found in the autofs(5) manpage -# nfs servers -valepp -fstype=nfs,rsize=8192,wsize=8192 valepp:/ -galaun -fstype=nfs,rsize=8192,wsize=8192 galaun:/ - # smb-servers supra_andreas -fstype=smb,username=andreas,password=foo ://supra/aheinrich supra_cspiel -fstype=smb,username=cspiel ://supra/cspiel |