| Summary: | PATCH: reality check for sysinstall.8 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | lcremeans <lcremeans> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
lcremeans
1999-08-15 06:30:00 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. `---------------------------------- 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 Responsible Changed From-To: freebsd-doc->jkh sysinstall is jkh's 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!@ Responsible Changed From-To: jkh->freebsd-doc |