Bug 177570

Summary: [patch] remove obsolete sysinstall(8) references from hier(7)
Product: Documentation Reporter: Enji Cooper <ngie>
Component: Books & ArticlesAssignee: Eitan Adler <eadler>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Enji Cooper freebsd_committer freebsd_triage 2013-04-02 02:10:00 UTC
The attached patch removes several references to sysinstall(8) from hier(7) as they're no longer applicable post-9.x.

Fix: Patch attached with submission follows:
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2013-04-02 02:12:30 UTC
Responsible Changed
From-To: freebsd-doc->eadler

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-02 13:40:09 UTC
Author: eadler
Date: Tue Apr  2 12:40:01 2013
New Revision: 249020
URL: http://svnweb.freebsd.org/changeset/base/249020

Log:
  Remove obsolete references to sysinstall.
  
  This change is not intended for MFC.
  
  PR:		docs/177570
  Submitted by:	Garrett Cooper <yaneurabeya@gmail.com> (partial)
  Approved by:	bcr (mentor)

Modified:
  head/share/man/man5/rc.conf.5
  head/share/man/man7/hier.7

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Tue Apr  2 12:22:44 2013	(r249019)
+++ head/share/man/man5/rc.conf.5	Tue Apr  2 12:40:01 2013	(r249020)
@@ -38,8 +38,7 @@ details for any potential network interf
 started up at system initial boot time.
 In new installations, the
 .Nm
-file is generally initialized by the system installation utility,
-.Xr sysinstall 8 .
+file is generally initialized by the system installation utility.
 .Pp
 The purpose of
 .Nm
@@ -2452,10 +2451,6 @@ This command is intended to
 synchronize the system clock only
 .Em once
 from some standard reference.
-An option to set this up initially
-(from a list of known servers) is also provided by the
-.Xr sysinstall 8
-program when the system is first installed.
 .It Va ntpdate_config
 .Pq Vt str
 Configuration file for

Modified: head/share/man/man7/hier.7
==============================================================================
--- head/share/man/man7/hier.7	Tue Apr  2 12:22:44 2013	(r249019)
+++ head/share/man/man7/hier.7	Tue Apr  2 12:40:01 2013	(r249020)
@@ -62,16 +62,12 @@ see
 .El
 .It Pa /cdrom/
 default mount point for CD-ROM drives
-(created by
-.Xr sysinstall 8 )
 .It Pa /compat/
 normally a link to
 .Pa /usr/compat .
 If not, then the
 .Pa /usr/compat
 comments apply
-(created by
-.Xr sysinstall 8 )
 .It Pa /dev/
 device special files managed by
 .Xr devfs 5
@@ -84,9 +80,6 @@ see
 .It Pa net/
 network devices
 .El
-.It Pa /dist/
-mount point used by
-.Xr sysinstall 8
 .It Pa /etc/
 system configuration files and scripts
 .Pp
@@ -190,8 +183,6 @@ common utilities, programming tools, and
 .It Pa compat/
 files needed to support binary compatibility with other operating systems,
 such as Linux
-(created by
-.Xr sysinstall 8 )
 .It Pa games/
 useful and semi-frivolous programs
 .It Pa include/
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2013-04-02 13:52:49 UTC
State Changed
From-To: open->closed

committed r249020 and won't be MFCed