summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/media.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-01 21:35:24 +0000
committerobrien <obrien@FreeBSD.org>2002-04-01 21:35:24 +0000
commit1f9ca3193732e910a1a2f6162841d6b3fab60a60 (patch)
tree8be7509f25eecde0b817510b46a17463663ec68d /usr.sbin/sysinstall/media.c
parent0ddcf62ed59f8c10287786d52a41bd0772e9abdb (diff)
downloadFreeBSD-src-1f9ca3193732e910a1a2f6162841d6b3fab60a60.zip
FreeBSD-src-1f9ca3193732e910a1a2f6162841d6b3fab60a60.tar.gz
Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp.
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
-rw-r--r--usr.sbin/sysinstall/media.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c
index 25dfac8..7577aac 100644
--- a/usr.sbin/sysinstall/media.c
+++ b/usr.sbin/sysinstall/media.c
@@ -294,7 +294,7 @@ mediaSetTape(dialogMenuItem *self)
if (mediaDevice) {
char *val;
- val = msgGetInput("/usr/tmp", "Please enter the name of a temporary directory containing\n"
+ val = msgGetInput("/var/tmp", "Please enter the name of a temporary directory containing\n"
"sufficient space for holding the contents of this tape (or\n"
"tapes). The contents of this directory will be removed\n"
"after installation, so be sure to specify a directory that\n"
OpenPOWER on IntegriCloud