diff options
author | H. Peter Anvin <hpa@zytor.com> | 1997-10-06 21:52:00 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1997-10-06 21:52:00 +0000 |
commit | 38fff350c0a05d00f4d8cde8dfc0fcf6f1ff9053 (patch) | |
tree | c727b73c22bf351d46db1933fac69a34c713efe8 /samples | |
parent | 4fe9e2925e0c98c30a5e3c8dec09e7dda5b307f3 (diff) | |
download | autofs3-38fff350c0a05d00f4d8cde8dfc0fcf6f1ff9053.tar.gz autofs3-38fff350c0a05d00f4d8cde8dfc0fcf6f1ff9053.tar.xz autofs3-38fff350c0a05d00f4d8cde8dfc0fcf6f1ff9053.zip |
Added $Id$ tags everywhere
Diffstat (limited to 'samples')
-rw-r--r-- | samples/auto.master | 1 | ||||
-rw-r--r-- | samples/auto.misc | 1 | ||||
-rw-r--r-- | samples/rc.autofs | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/samples/auto.master b/samples/auto.master index d5bedc3..904fed4 100644 --- a/samples/auto.master +++ b/samples/auto.master @@ -1,3 +1,4 @@ +# $Id$ # Sample auto.master file # Format of this file: # mountpoint map options diff --git a/samples/auto.misc b/samples/auto.misc index 587879a..efd826e 100644 --- a/samples/auto.misc +++ b/samples/auto.misc @@ -1,3 +1,4 @@ +# $Id$ # 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 diff --git a/samples/rc.autofs b/samples/rc.autofs index e928792..9647b38 100644 --- a/samples/rc.autofs +++ b/samples/rc.autofs @@ -1,5 +1,7 @@ #! /bin/bash # +# $Id$ +# # rc file for automount using a Sun-style "master map". # We first look for a local /etc/auto.master, then a YP # map with that name |