From eaeb09bdc465b4d9210bcafee467b421d05e99ad Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 9 Jan 2000 16:58:52 +0000 Subject: [PATCH] Move Fdisk ahead of Lable. Ok'ed by: JKH --- release/sysinstall/menus.c | 4 ++-- usr.sbin/sade/menus.c | 4 ++-- usr.sbin/sysinstall/menus.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 484341bf1b6..de8471f2408 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 484341bf1b6..de8471f2408 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 484341bf1b6..de8471f2408 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",