Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 1997 17:58:49 +0200 (CEST)
From:      blank@fox.uni-trier.de (Sascha Blank)
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/4648: Double menu entry in 2.2-STABLE's sysinstall
Message-ID:  <199709281558.RAA00361@sliphost37.uni-trier.de>
Resent-Message-ID: <199709281620.JAA11237@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4648
>Category:       bin
>Synopsis:       Double menu entry in 2.2-STABLE's sysinystall
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 28 09:20:03 PDT 1997
>Last-Modified:
>Originator:     Sascha Blank
>Organization:
>Release:        FreeBSD 2.2-STABLE i386
>Environment:

A very recent 2.2-STABLE system.

/usr/src/release/sysinstall/menus.c:
     $Id: menus.c,v 1.89.2.49 1997/09/16 18:58:57 jkh Exp $

>Description:

The menu entry "Root Password" appears twice in the Index menu of
sysinstall.

>How-To-Repeat:
>Fix:

*** 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 ----

--
             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.
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709281558.RAA00361>