diff options
Diffstat (limited to 'net-fs/am-utils/files/amd.conf')
-rw-r--r-- | net-fs/am-utils/files/amd.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-fs/am-utils/files/amd.conf b/net-fs/am-utils/files/amd.conf new file mode 100644 index 000000000000..85dfd15bcbb7 --- /dev/null +++ b/net-fs/am-utils/files/amd.conf @@ -0,0 +1,30 @@ +# +# amd default config file +# +# check amd.conf(5) man page for details about options in this file +# +# $Id: amd.conf,v 1.1 2003/04/10 22:06:42 liquidx Exp $ + +# GLOBAL OPTIONS SECTION +[ global ] +normalize_hostnames = no +print_pid = yes +pid_file = /var/run/amd.pid +restart_mounts = yes +auto_dir = /.automount +log_file = syslog +log_options = all +plock = no +selectors_on_default = yes +print_version = no +map_type = file +search_path = /etc/amd +browsable_dirs = no +show_statfs_entries = no +fully_qualified_hosts = no +cache_duration = 300 + +# DEFINE AN AMD MOUNT POINT +[ /net ] +map_name = amd.net +map_type = file |