summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-01 01:15:56 +0000
committerobrien <obrien@FreeBSD.org>2000-09-01 01:15:56 +0000
commit0258051d6881b8b87e662389ad7a775b4f533946 (patch)
tree5eea5752100e475f62dac05e068af8ff3890313f /contrib
parent06039543c85398621af4e3a5d387f7ce46fca8a9 (diff)
downloadFreeBSD-src-0258051d6881b8b87e662389ad7a775b4f533946.zip
FreeBSD-src-0258051d6881b8b87e662389ad7a775b4f533946.tar.gz
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.
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 07022e7..a89d8d4 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;
OpenPOWER on IntegriCloud