1 #ident "%Z%%M% %I% %E% SMI" 2 # 3 # Copyright 2005 Sun Microsystems, Inc. All rights reserved. 4 # Use is subject to license terms. 5 # 6 # CDDL HEADER START 7 # 8 # The contents of this file are subject to the terms of the 9 # Common Development and Distribution License, Version 1.0 only 10 # (the "License"). You may not use this file except in compliance 11 # with the License. 12 # 13 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # or http://www.opensolaris.org/os/licensing. 15 # See the License for the specific language governing permissions 16 # and limitations under the License. 17 # 18 # When distributing Covered Code, include this CDDL HEADER in each 19 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 20 # If applicable, add the following below this CDDL HEADER, with the 21 # fields enclosed by brackets "[]" replaced with your own identifying 22 # information: Portions Copyright [yyyy] [name of copyright owner] 23 # 24 # CDDL HEADER END 25 # 26 27 # The duration in which a file system will remain idle before being 28 # unmounted. This is equivalent to the "-t" argument to automount. 29 #AUTOMOUNT_TIMEOUT=600 30 31 # Verbose mode. Notifies of autofs mounts, unmounts, or other 32 # non-essential events. This equivalent to the "-v" argument. 33 #AUTOMOUNT_VERBOSE=FALSE 34 35 # Verbose. Log status messagess to the console. 36 # This is equivalent to the "-v" argument. 37 #AUTOMOUNTD_VERBOSE=FALSE 38 39 # Turn on or off browsing for all autofs mount points. 40 # This is equivalent to the "-n" argument. 41 #AUTOMOUNTD_NOBROWSE=FALSE 42 43 # Trace. Expand each RPC call and display it on standard output. 44 # This is equivalent to the "-T" argument. 45 #AUTOMOUNTD_TRACE=0 46 47 # Environment variables. The format is AUTOMOUNTD_ENV=ENV=value. 48 # There should be one line per environment variable to be set and 49 # there can be as many of these lines as are required. 50 #AUTOMOUNTD_ENV= 51