From d6a1f3f24ba09fc09024d243d5bb14ce9507c463 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 24 Aug 2004 12:40:30 +0000 Subject: r2014: BUG 1656: rename auto.a to auto.smb (This used to be commit 2f4a699631b9c1cc5198b61ede338426a690d0ee) --- examples/autofs/auto.a | 15 --------------- examples/autofs/auto.smb | 11 +++++++++++ 2 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 examples/autofs/auto.a create mode 100644 examples/autofs/auto.smb diff --git a/examples/autofs/auto.a b/examples/autofs/auto.a deleted file mode 100644 index 0fa8f4efc3..0000000000 --- a/examples/autofs/auto.a +++ /dev/null @@ -1,15 +0,0 @@ -# automount points below /a - -# 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 -phonon_andreas -fstype=smb,username=andreas ://phonon/andreas -helium_cspiel -fstype=smb,username=cspiel ://helium/cspiel diff --git a/examples/autofs/auto.smb b/examples/autofs/auto.smb new file mode 100644 index 0000000000..eb24cfaab4 --- /dev/null +++ b/examples/autofs/auto.smb @@ -0,0 +1,11 @@ +# 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 + +# smb-servers +supra_andreas -fstype=smb,username=andreas,password=foo ://supra/aheinrich +supra_cspiel -fstype=smb,username=cspiel ://supra/cspiel +phonon_andreas -fstype=smb,username=andreas ://phonon/andreas +helium_cspiel -fstype=smb,username=cspiel ://helium/cspiel -- cgit