| Last change
 on this file since 71c9190 was             2167cfe, checked in by William Harrington <kb0iic@…>, 11 years ago | 
        
          | 
bootscripts are the scripts used for the sysvinit book.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            437 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 |  | 
|---|
| 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.