source: bootscripts-standard/bootscripts/cblfs/sysconfig/autofs.conf @ e814bfe

Last change on this file since e814bfe was e814bfe, checked in by Chris Staub <chris@…>, 10 years ago

Changed all /var/run references to /run

  • Property mode set to 100644
File size: 433 bytes
Line 
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
16automount=/sbin/automount
17localoptions=''
18daemonoptions='--timeout 60'
19piddir=/run
20pidroot=autofs
21
22# END
23
Note: See TracBrowser for help on using the repository browser.