Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 17:35:13 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252806 - head/usr.sbin/bsdconfig
Message-ID:  <201307051735.r65HZD2d014438@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Fri Jul  5 17:35:13 2013
New Revision: 252806
URL: http://svnweb.freebsd.org/changeset/base/252806

Log:
  Since r251908, bsdconfig(8) has no direct ties to sade(8) (instead uses
  `bsdinstall partedit'). Update references (s/sade/bsdinstall/) and change
  the BUGS section to be based on reality.

Modified:
  head/usr.sbin/bsdconfig/bsdconfig.8

Modified: head/usr.sbin/bsdconfig/bsdconfig.8
==============================================================================
--- head/usr.sbin/bsdconfig/bsdconfig.8	Fri Jul  5 17:31:05 2013	(r252805)
+++ head/usr.sbin/bsdconfig/bsdconfig.8	Fri Jul  5 17:35:13 2013	(r252806)
@@ -235,7 +235,7 @@ customized as needed.
 .Sh EXIT STATUS
 .Ex -std
 .Sh SEE ALSO
-.Xr sade 8
+.Xr bsdinstall 8
 .Sh HISTORY
 .Nm
 first appeared in
@@ -244,4 +244,6 @@ first appeared in
 .An Ron McDowell Aq rcm@FuzzWad.ORG
 .An Devin Teske Aq devinteske@hotmail.com
 .Sh BUGS
-Undoubtedly.
+The docsinstall and diskmgmt modules call bsdinstall.
+Bugs found in these modules should be considered those of bsdinstall, not
+.Nm .



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