Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 10:24:16 -0800 (PST)
From:      ushida@msa.biglobe.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/26004: Modification of `usage' info. of boot0cfg
Message-ID:  <200103221824.f2MIOGC90002@freefall.freebsd.org>

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

>Number:         26004
>Category:       bin
>Synopsis:       Modification of `usage' info. of boot0cfg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 22 10:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jun Ushida
>Release:        4.3-BETA
>Organization:
>Environment:
FreeBSD dove.localdomain 4.3-BETA FreeBSD 4.3-BETA #1: Tue Mar 20 03:17:41 JST 2001     root@dove.localdomain:/usr1/obj/usr1/src/sys/DOVE  i386

>Description:
The description of the new `-s' option of boot0cfg command
is missing in /usr/src/usr.sbin/boot0cfg/boot0cfg.c . 

$FreeBSD: src/usr.sbin/boot0cfg/boot0cfg.c,v 1.7.2.2 2000/09/21 18:35:47 rnor
dier Exp $
>How-To-Repeat:
# boot0cfg

>Fix:
A simple patch is available.

*** /usr/src/usr.sbin/boot0cfg/boot0cfg.c.orig  Fri Mar 23 03:10:00 2001
--- /usr/src/usr.sbin/boot0cfg/boot0cfg.c       Fri Mar 23 03:10:26 2001
***************
*** 418,423 ****
  {
      fprintf(stderr, "%s\n%s\n",
      "usage: boot0cfg [-Bv] [-b boot0] [-d drive] [-f file] [-m mask]",
!     "                [-o options] [-t ticks] disk");
      exit(1);
  }
--- 418,423 ----
  {
      fprintf(stderr, "%s\n%s\n",
      "usage: boot0cfg [-Bv] [-b boot0] [-d drive] [-f file] [-m mask]",
!     "                [-o options] [-s slice] [-t ticks] disk");
      exit(1);
  }

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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