Bug 4648 - Double menu entry in 2.2-STABLE's sysinystall
Summary: Double menu entry in 2.2-STABLE's sysinystall
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 2.2-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-09-28 17:20 UTC by blank
Modified: 1997-09-28 19:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description blank 1997-09-28 17:20:03 UTC
The menu entry "Root Password" appears twice in the Index menu of
sysinstall.

Fix: 

--
             Sascha Blank - mailto:blank@fox.uni-trier.de
  Student and System Administrator at the University of Trier, Germany
            Finger my account to receive my Public PGP key
   I don't speak for my employers, they don't pay me enough for that.--rZJIeElgDAXWjIAnAAAhJK2dcEXOkLQiiJo8RRPT6l1AlOFt
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** menus.c.ctm	Sun Sep 28 17:49:59 1997
--- menus.c	Sun Sep 28 17:50:05 1997
***************
*** 274,280 ****
        { "PCNFSD",		"Run authentication server for PC-NFS.", dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
        { "Register",		"Register yourself or company as a FreeBSD user.", dmenuVarCheck, configRegister, NULL, "registered" },
        { "Root Password",	"Set the system manager's password.",   NULL, dmenuSystemCommand, NULL, "passwd root" },
-       { "Root Password",	"Set the system manager's password.",   NULL, dmenuSystemCommand, NULL, "passwd root" },
        { "Router",		"Select routing daemon (default: routed)", NULL, configRouter, NULL, "router" },
        { "Syscons",		"The system console configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSyscons },
        { "Syscons, Font",	"The console screen font.",	  NULL, dmenuSubmenu, NULL, &MenuSysconsFont },
--- 274,279 ----
Comment 1 jkh freebsd_committer freebsd_triage 1997-09-28 19:44:12 UTC
State Changed
From-To: open->closed

Fix applied.