summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/menus.c4
-rw-r--r--usr.sbin/sade/menus.c4
-rw-r--r--usr.sbin/sysinstall/menus.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 484341b..de8471f 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -1234,12 +1234,12 @@ DMenu MenuConfigure = {
NULL, configPackages },
{ " Root Password", "Set the system manager's password",
NULL, dmenuSystemCommand, NULL, "passwd root" },
- { " Label", "The disk Label editor",
- NULL, diskLabelEditor },
#ifdef __i386__
{ " Fdisk", "The disk Slice (PC-style partition) Editor",
NULL, diskPartitionEditor },
#endif
+ { " Label", "The disk Label editor",
+ NULL, diskLabelEditor },
{ " User Management", "Add user and group information",
NULL, dmenuSubmenu, NULL, &MenuUsermgmt },
{ " Console", "Customize system console behavior",
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 484341b..de8471f 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -1234,12 +1234,12 @@ DMenu MenuConfigure = {
NULL, configPackages },
{ " Root Password", "Set the system manager's password",
NULL, dmenuSystemCommand, NULL, "passwd root" },
- { " Label", "The disk Label editor",
- NULL, diskLabelEditor },
#ifdef __i386__
{ " Fdisk", "The disk Slice (PC-style partition) Editor",
NULL, diskPartitionEditor },
#endif
+ { " Label", "The disk Label editor",
+ NULL, diskLabelEditor },
{ " User Management", "Add user and group information",
NULL, dmenuSubmenu, NULL, &MenuUsermgmt },
{ " Console", "Customize system console behavior",
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 484341b..de8471f 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1234,12 +1234,12 @@ DMenu MenuConfigure = {
NULL, configPackages },
{ " Root Password", "Set the system manager's password",
NULL, dmenuSystemCommand, NULL, "passwd root" },
- { " Label", "The disk Label editor",
- NULL, diskLabelEditor },
#ifdef __i386__
{ " Fdisk", "The disk Slice (PC-style partition) Editor",
NULL, diskPartitionEditor },
#endif
+ { " Label", "The disk Label editor",
+ NULL, diskLabelEditor },
{ " User Management", "Add user and group information",
NULL, dmenuSubmenu, NULL, &MenuUsermgmt },
{ " Console", "Customize system console behavior",
OpenPOWER on IntegriCloud