Last change
on this file since 1680407 was 7125722, checked in by Jim Gifford <clfs@…>, 17 years ago |
Import of Bootscripts
|
-
Property mode
set to
100644
|
File size:
437 bytes
|
Rev | Line | |
---|
[7125722] | 1 | #!/bin/bash
|
---|
| 2 | #
|
---|
| 3 | # Autofs configuration file
|
---|
| 4 | #
|
---|
| 5 | # Filename: /etc/sysconfig/autofs.conf
|
---|
| 6 | #
|
---|
| 7 | # Author: Bryan Mason
|
---|
| 8 | #
|
---|
| 9 | # Edit History:
|
---|
| 10 | #
|
---|
| 11 | # Date Author Action
|
---|
| 12 | # ----------------------------------------------------------------------
|
---|
| 13 | # 19 Jan 2004 B. Mason Created
|
---|
| 14 | # 18 Oct 2004 L. Lawrence Assume /usr is not mounted, add timeout
|
---|
| 15 |
|
---|
| 16 | automount=/sbin/automount
|
---|
| 17 | localoptions=''
|
---|
| 18 | daemonoptions='--timeout 60'
|
---|
| 19 | piddir=/var/run
|
---|
| 20 | pidroot=autofs
|
---|
| 21 |
|
---|
| 22 | # END
|
---|
| 23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.