Move Fdisk ahead of Lable.

Ok'ed by:	JKH
This commit is contained in:
David E. O'Brien 2000-01-09 16:58:52 +00:00
parent c83b1328f1
commit eaeb09bdc4
3 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",