summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-09-04 20:14:59 +0000
committerrwatson <rwatson@FreeBSD.org>2001-09-04 20:14:59 +0000
commit9c99133bbef2b798a15159630391e01362e4472d (patch)
treef0cd216c02684ac6a357cf5df3b3568898c61ca1 /usr.sbin
parentde46a2537720136e9da257d14004d5f561321283 (diff)
downloadFreeBSD-src-9c99133bbef2b798a15159630391e01362e4472d.zip
FreeBSD-src-9c99133bbef2b798a15159630391e01362e4472d.tar.gz
Don't name the main menu "/stand/sysinstall Main Manu" since it now
often lives in /usr/sbin. Instead, just name it "sysinstall Main Menu".
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/menus.c2
-rw-r--r--usr.sbin/sysinstall/menus.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 3ac7598..3a3d39e 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -285,7 +285,7 @@ DMenu MenuIndex = {
/* The initial installation menu */
DMenu MenuInitial = {
DMENU_NORMAL_TYPE,
- "/stand/sysinstall Main Menu", /* title */
+ "sysinstall Main Menu", /* title */
"Welcome to the FreeBSD installation and configuration tool. Please\n" /* prompt */
"select one of the options below by using the arrow keys or typing the\n"
"first character of the option name you're interested in. Invoke an\n"
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 3ac7598..3a3d39e 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -285,7 +285,7 @@ DMenu MenuIndex = {
/* The initial installation menu */
DMenu MenuInitial = {
DMENU_NORMAL_TYPE,
- "/stand/sysinstall Main Menu", /* title */
+ "sysinstall Main Menu", /* title */
"Welcome to the FreeBSD installation and configuration tool. Please\n" /* prompt */
"select one of the options below by using the arrow keys or typing the\n"
"first character of the option name you're interested in. Invoke an\n"
OpenPOWER on IntegriCloud