summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/menus.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-08-07 12:48:17 +0000
committerrwatson <rwatson@FreeBSD.org>2001-08-07 12:48:17 +0000
commit23649632acf1d0172ff4febcdaa430b36bc48350 (patch)
treea91c060c3679490bfd3bae223a6a5c44f4a83f70 /usr.sbin/sade/menus.c
parent4aa9864c7b04a9f6e3909ff8028ce60c5f5f5821 (diff)
downloadFreeBSD-src-23649632acf1d0172ff4febcdaa430b36bc48350.zip
FreeBSD-src-23649632acf1d0172ff4febcdaa430b36bc48350.tar.gz
In preparation for MFC of sysinstall changes to edit /etc/ttys in
post-install config, reduce the potential confusion from the existence of both configTTYs and configTtys by renaming configTTYs to configEtcTtys. While this is not a C naming conflict, it was probably a poor choice of names on my part.
Diffstat (limited to 'usr.sbin/sade/menus.c')
-rw-r--r--usr.sbin/sade/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 089407e..0fc31c2 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -270,7 +270,7 @@ DMenu MenuIndex = {
{ " Syscons, Screenmap", "The console screenmap configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSysconsScrnmap },
{ " Syscons, Ttys", "The console terminal type menu.", NULL, dmenuSubmenu, NULL, &MenuSysconsTtys },
{ " Time Zone", "Set the system's time zone.", NULL, dmenuSystemCommand, NULL, "tzsetup" },
- { " TTYs", "Configure system ttys.", NULL, configTTYs, NULL, "ttys" },
+ { " TTYs", "Configure system ttys.", NULL, configEtcTtys, NULL, "ttys" },
{ " Upgrade", "Upgrade an existing system.", NULL, installUpgrade },
{ " Usage", "Quick start - How to use this menu system.", NULL, dmenuDisplayFile, NULL, "usage" },
{ " User Management", "Add user and group information.", NULL, dmenuSubmenu, NULL, &MenuUsermgmt },
@@ -1250,7 +1250,7 @@ DMenu MenuConfigure = {
{ " Startup", "Configure system startup options",
NULL, dmenuSubmenu, NULL, &MenuStartup },
{ " TTYs", "Configure system ttys.",
- NULL, configTTYs, NULL, "ttys" },
+ NULL, configEtcTtys, NULL, "ttys" },
{ " Options", "View/Set various installation options",
NULL, optionsEditor },
{ " XFree86", "Configure XFree86 Server",
OpenPOWER on IntegriCloud