blob: 142bbb1b877ffcd74ce7f2c693fa3f867512566f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: amd.conf,v 1.2 2005/08/23 13:54:41 rpaulo Exp $
#
# Example main config file for amd(8), for details see amd.conf(5).
# Goes into /etc, while cd & net go into /etc/amd (or change paths below).
#
[ global ]
dismount_interval = 900
map_type = file
[ /cd ]
map_name = /etc/amd/cd
[ /net ]
map_name = /etc/amd/net
|