Bug 13148

Summary: PATCH: reality check for sysinstall.8
Product: Documentation Reporter: lcremeans <lcremeans>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description lcremeans 1999-08-15 06:30:00 UTC
This patch fixes some out-of date info, namely that setup(1) would appear in
3.1 (it didn't), and that sysinstall should have died 3 years ago (a date
current as of sometime last year). I also changed the last part to not
mention specific year amounts, so that it won't need to be updated as often
in that respect.

Fix: This patch is against the latest -stable version, but also applies
cleanly (no rejected hunks) to the latest -current version:
How-To-Repeat: 
	N/A
Comment 1 chris 1999-08-15 06:39:56 UTC
On Sun, Aug 15, 1999, Lee Cremeans wrote:
> >Synopsis:       PATCH: reality check for sysinstall.8

> --- /usr/src/release/sysinstall/sysinstall.8	Wed Jul 28 02:28:58 1999
> +++ sysinstall.8	Sun Aug 15 01:01:37 1999
> @@ -24,7 +24,7 @@
>  .\"
>  .\"	$Id: sysinstall.8,v 1.14.2.4 1999/07/19 11:49:51 jkh Exp $
>  .\"
> -.Dd August 9, 1997
> +.Dd August 15, 1999 
  ^^^^^^^^^^^^^^^^^^^^
>  .Dt SYSINSTALL 8

   Not necessary - the date specified here only specifies the
date the man page was created.

-- 
|Chris Costello <chris@calldei.com>
|A king's castle is his home.
`----------------------------------
Comment 2 lcremeans 1999-08-15 06:48:03 UTC
On Sun, Aug 15, 1999 at 12:39:56AM -0500, Chris Costello wrote:
> On Sun, Aug 15, 1999, Lee Cremeans wrote:
> > >Synopsis:       PATCH: reality check for sysinstall.8
> 
> > --- /usr/src/release/sysinstall/sysinstall.8	Wed Jul 28 02:28:58 1999
> > +++ sysinstall.8	Sun Aug 15 01:01:37 1999
> > @@ -24,7 +24,7 @@
> >  .\"
> >  .\"	$Id: sysinstall.8,v 1.14.2.4 1999/07/19 11:49:51 jkh Exp $
> >  .\"
> > -.Dd August 9, 1997
> > +.Dd August 15, 1999 
>   ^^^^^^^^^^^^^^^^^^^^
> >  .Dt SYSINSTALL 8
> 
>    Not necessary - the date specified here only specifies the
> date the man page was created.

OK. Here's the patch without that bit:

--- /usr/src/release/sysinstall/sysinstall.8	Wed Jul 28 02:28:58 1999
+++ sysinstall.8	Sun Aug 15 01:01:37 1999
@@ -82,7 +82,7 @@
 color when using the ``xterm-color'' termcap entry).
 .Pp
 This product is currently at the end of its life cycle and will
-be replaced in FreeBSD 3.1 (hopefully) by the
+eventually be replaced by the
 .Xr setup 1
 utility.
 .Sh RUNNING SCRIPTS
@@ -783,8 +783,8 @@
 .Pa /usr/src/release/sysinstall/install.cfg
 for a sample installation script.
 .Sh BUGS
-This utility is a prototype which lasted approximately 3 years past
-its expiration date and is greatly in need of death.
+This utility is a prototype which has lasted several years past  
+its expiration date, and is greatly in need of death.
 .Sh AUTHOR
 Jordan K. Hubbard <jkh@FreeBSD.org>
 .Sh HISTORY


-lee
Comment 3 chris freebsd_committer freebsd_triage 1999-08-15 06:48:58 UTC
Responsible Changed
From-To: freebsd-doc->jkh

sysinstall is jkh's 

Comment 4 mpp freebsd_committer freebsd_triage 1999-08-17 11:59:09 UTC
State Changed
From-To: open->closed

The man page was updated to reflect the fact that sysinstall didn't 
go away in 3.1.  Your patch was applied with some slight modification. 

Thanks for pointing this out!@ 


Comment 5 mpp freebsd_committer freebsd_triage 1999-08-17 11:59:09 UTC
Responsible Changed
From-To: jkh->freebsd-doc