From 1f9ca3193732e910a1a2f6162841d6b3fab60a60 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 1 Apr 2002 21:35:24 +0000 Subject: Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp. --- usr.sbin/sysinstall/media.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/media.c') 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" -- cgit v1.1