diff options
author | Gerald Carter <jerry@samba.org> | 2004-08-24 12:40:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:27 -0500 |
commit | d6a1f3f24ba09fc09024d243d5bb14ce9507c463 (patch) | |
tree | db9e3603006af9a48929cd236f3c705ebe80d503 /examples/autofs | |
parent | 3be4c47b905468e541a3fd0491c3eb9ea538ef0b (diff) | |
download | samba-d6a1f3f24ba09fc09024d243d5bb14ce9507c463.tar.gz samba-d6a1f3f24ba09fc09024d243d5bb14ce9507c463.tar.bz2 samba-d6a1f3f24ba09fc09024d243d5bb14ce9507c463.zip |
r2014: BUG 1656: rename auto.a to auto.smb
(This used to be commit 2f4a699631b9c1cc5198b61ede338426a690d0ee)
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 0fa8f4efc3..eb24cfaab4 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 |