diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-03-11 06:40:38 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-03-11 06:40:38 +0000 |
| commit | e7a132b4e1087db44d3753fb24bfae269d151340 (patch) | |
| tree | 64a8e2ffbe93877b0ab6d7b3e3f84bceb65506d5 /release/sysinstall/menus.c | |
| parent | 3f8d2f8e305e864bd4bb244cb7c4f42b08340e6f (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/menus.c')
| -rw-r--r-- | release/sysinstall/menus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 5d31fbe8f56d..1d7fdc066663 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.122 1997/03/10 19:38:14 jkh Exp $ + * $Id: menus.c,v 1.123 1997/03/10 21:11:57 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -1071,7 +1071,6 @@ DMenu MenuConfigure = { NULL, diskLabelEditor }, { "Partition", "The disk Partition Editor", NULL, diskPartitionEditor }, - { "S Set Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" }, { "R Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister }, { "E Exit", "Exit this menu (returning to previous)", NULL, dmenuExit }, |
