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