summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-13 07:11:57 +0000
committerjkh <jkh@FreeBSD.org>1997-06-13 07:11:57 +0000
commit73c96a1380ede1b7dc15e8114e47cc49317c5846 (patch)
tree100aca573ab1a6364a2714f7913a1a3c3a4254b3 /usr.sbin/sade
parent6e0b43d4642048cb4c9976ee9d554af5368a9f04 (diff)
downloadFreeBSD-src-73c96a1380ede1b7dc15e8114e47cc49317c5846.zip
FreeBSD-src-73c96a1380ede1b7dc15e8114e47cc49317c5846.tar.gz
YAMF22
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/install.c3
-rw-r--r--usr.sbin/sade/misc.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index ac46c65..0557f21 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.186 1997/05/22 04:04:30 jkh Exp $
+ * $Id: install.c,v 1.187 1997/05/30 01:03:09 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -968,6 +968,7 @@ installVarDefaults(dialogMenuItem *self)
variable_set2(VAR_CPIO_VERBOSITY, "high");
variable_set2(VAR_TAPE_BLOCKSIZE, DEFAULT_TAPE_BLOCKSIZE);
variable_set2(VAR_INSTALL_ROOT, "/");
+ variable_set2(VAR_INSTALL_CFG, "install.cfg");
cp = getenv("EDITOR");
if (!cp)
cp = "/usr/bin/ee";
diff --git a/usr.sbin/sade/misc.c b/usr.sbin/sade/misc.c
index 93835fc..c5d7316 100644
--- a/usr.sbin/sade/misc.c
+++ b/usr.sbin/sade/misc.c
@@ -1,7 +1,7 @@
/*
* Miscellaneous support routines..
*
- * $Id: misc.c,v 1.33 1997/03/09 22:25:47 jkh Exp $
+ * $Id: misc.c,v 1.34 1997/04/03 13:44:59 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -227,7 +227,7 @@ root_bias(char *path)
}
/*
- * These next routines are kind of specialized just for building string lists
+ * These next routines are kind of specialized just for building item lists
* for dialog_menu().
*/
OpenPOWER on IntegriCloud