aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-09-01 01:15:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-09-01 01:15:56 +0000
commit9f299dcfbb53d9215ab4deee12bafaf6afc4008f (patch)
tree6c311e665ca3d7f60f5e6e22c5aba26a3e5c51fd /contrib
parent7d2e5717e7f7d841ffceddb090e9d5f81817d371 (diff)
downloadsrc-9f299dcfbb53d9215ab4deee12bafaf6afc4008f.tar.gz
src-9f299dcfbb53d9215ab4deee12bafaf6afc4008f.zip
Since this is off the vendor branch, might as well change the default
mounting directory to what we always specify in /etc/defaults/rc.conf.
Notes
Notes: svn path=/head/; revision=65308
Diffstat (limited to 'contrib')
-rw-r--r--contrib/amd/amd/amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/amd/amd/amd.c b/contrib/amd/amd/amd.c
index 07022e7de4e6..a89d8d427cd9 100644
--- a/contrib/amd/amd/amd.c
+++ b/contrib/amd/amd/amd.c
@@ -225,7 +225,7 @@ init_global_options(void)
gopt.arch = HOST_ARCH;
/* automounter temp dir */
- gopt.auto_dir = "/a";
+ gopt.auto_dir = "/.amd_mnt";
/* cluster name */
gopt.cluster = NULL;