History log of /freebsd-9.3-release/share/man/man8/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 218998 24-Feb-2011 remko

Move the sticky manual from section 8 to section
7 like NetBSD has, since this is not a command
on itself.

PR: 124468
MFC after: 1 week


# 215334 15-Nov-2010 dougb

Remove references to MAKEDEV(8)


# 199463 17-Nov-2009 delphij

rc.early(8) was removed as of 20090530 so remove manual page reference
to it.

MFC after: 1 week


# 187916 30-Jan-2009 gabor

- Rename adding_user(8) to adding_user(7). There's no adding_user utility,
but the man page describes conceptual information about the process of
adding a user, thus it should belong to section 7.
- Remove HISTORY and BUGS sections because of the aforementioned reason.

PR: docs/130151
Submitted by: Marian Cerny <jojo@matfyz.cz>
MFC after: 3 days


# 161709 29-Aug-2006 danger

Add nanobsd(8) manual page.

Reviewed by: ru
Approved by: trhodes (mentor), keramida (mentor)
MFC after: 1 week


# 124747 20-Jan-2004 ru

Use a single style for share/man/ makefiles:

- Sort MAN and MLINKS in "dictionary" order ignoring case.

- For multi-value MAN and multi-pair MLINKS, put each value/pair
on its own line, for easier sorting and so that further diffs
are easier to see.


# 118132 28-Jul-2003 simon

Move the rescue manpage, documenting the new rescue utilities in
/rescue, from section 7 to section 8. The old rescue.7 file has been
simply subjected to "cvs rm", as there is no history to preserve.

Update the release documentation accordingly.

Requested by: njl, ru
Most text by: Tim Kientzle <kientzle@acm.org>
Reviewed by: ru, doc@
Approved by: ceri (mentor)


# 114961 12-May-2003 hmp

Add an MLINK for rc.d(8) which points to rc(8). The former is
referenced by rc.subr(8).

Approved by: des (mentor), re (scottl)


# 112611 25-Mar-2003 keramida

Add a tiny manpage to make sure users aren't surprised when they
search for MAKEDEV, now that it's deprecated.


# 112532 24-Mar-2003 brueffer

Forced commit.

Revision 1.30 also removed the MLINK from rc.8 to rc.<arch>.8

Pointed out by: ru


# 112515 23-Mar-2003 brueffer

Remove MAKEDEV.8. MAKEDEV itself has been nuked some time ago.

Approved by: ceri (mentor), phk
Not objected by: ru


# 107143 21-Nov-2002 gordon

Update rc(8) manpage to reflect rc.d
Add an rc.subr(8) manpage
Hook rc.subr.8 up to the build.

Submitted by: Mike Makonnen <mtm@identd.net>
Approved by: re@ (bmah)
Obtained from: NetBSD


# 95306 23-Apr-2002 ru

Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.

Ensure all standard targets honor SUBDIR. Now `make obj' descends into
SUBDIRs even if NOOBJ is set (some descendants may still need an object
directory, but we do not have such precedents). Now `make install' in
non-bsd.subdir.mk makefiles runs `afterinstall' target _after_ `install'
in SUBDIRs, like we do in bsd.subdir.mk. Nothing depended on the wrong
order anyway.

Fixed `distribute' targets (except for the bsd.subdir.mk version) so that
they do not depend on _SUBDIR; `distribute' calls `install' which already
depends on _SUBDIR.

De-standardize `maninstall', otherwise manpages would be installed twice.
(To be revised later.)


# 95227 21-Apr-2002 gshapiro

Non-sendmail users use the FreeBSD sendmail startup functionality to start
alternative MTAs. Therefore, always install rc.sendmail, regardless of
NO_SENDMAIL make.conf setting. Users can still set mta_start_script to a
different script.

This commit is after a repo-copy of src/etc/sendmail/rc.sendmail to
src/etc/rc.sendmail.

Noticed by: Calvin NG <calvinng@brel.com>
MFC after: 3 days


# 93853 05-Apr-2002 gshapiro

Quoting Peter Wemm, "At great personal risk, touch the sendmail startup
again."

As an alternative to sendmail_enable=NONE, solve the boot time problem
for non-sendmail users completely by moving all of the sendmail startup
code from /etc/rc to /etc/rc.sendmail. The source for that script will
be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will
prevent it from being installed. A new rc.conf variable,
mta_start_script specifies the script to run to start the user's
preferred MTA. For backward compatibility, it will default to
/etc/rc.sendmail. The specified script is called out of /etc/rc after
checking to make sure it exists. A new rc.sendmail.8 man page has also
been added which now houses the sendmail_* variable descriptions
formerly in rc.conf.5.

Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication.

Reviewed by: -current, -stable, obrien, peter, ru
MFC after: 1 week


# 92486 17-Mar-2002 cjc

Add documentation for rc.early(8).

PR: misc/35992
MFC after: 3 days


# 89362 14-Jan-2002 ru

yp(4) -> yp(8).

PR: docs/30797


# 89361 14-Jan-2002 ru

Convert to man4/Makefile style.


# 85474 25-Oct-2001 ru

Simplify.


# 74856 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 72701 19-Feb-2001 ru

Remove (now unnecessary) MLINKS.


# 71145 17-Jan-2001 jhb

sysinstall.8 lives in src/usr.sbin/sysinstall now and gets installed via
normal means, so remove the hack to install it.


# 70989 13-Jan-2001 ben

Only install sysinstall.8 if the release/sysinstall directory exists. This
fixes the world for people without src-release.

PR: 24122
Submitted by: Steven G. Kargl <kargl@apl.washington.edu>


# 70575 01-Jan-2001 ben

Install sysinstall.8 as part of buildworld.

PR: 19818
Submitted by: Brian Candler <B.Candler@pobox.com>


# 59974 04-May-2000 archie

Move netgraph node type man pages from section 8 to section 4.


# 58912 02-Apr-2000 grog

Enable installation of picobsd.8


# 57992 13-Mar-2000 sheldonh

Add appropriate MLINKS for rc.*.


# 56608 25-Jan-2000 archie

New man page ng_ether(8) describing the netgraph capabilities of
Ethernet interfaces.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 46536 05-May-1999 bde

Don't forget to install crash.8 after moving it.


# 46241 01-May-1999 obrien

Don't install i386 specific manpage on the Alpha -- install Alpha specfic
ones instead.


# 32159 01-Jan-1998 bde

Install diskless.8.


# 23466 07-Mar-1997 jmg

add missing cvs Id lines.


# 17013 08-Jul-1996 wosch

fix `make install' for subdirs (man4.i386, man8.i386)
which I broke in rev 1.21

detected by: bde & jhay@mikom.csir.co.za


# 16663 24-Jun-1996 jkh

Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.


# 15971 28-May-1996 wosch

`make maninstall' should go down into the subdirs like
`make install' does.


# 5336 01-Jan-1995 bde

Change adduser to adding_user in Makefile too.

I hate cvs's (nonexistent) handling of name changes
`cvs log adding_user.8' fails to show any relation to adduser.8...


# 1988 09-Aug-1994 wollman

Make man page installation work for ``unattached'' and kernel pages.


# 1789 06-Jul-1994 rgrimes

Mark the fact that we have not imported man8.{hp300,tahoe,vax}. (There
was not man8.sparc :-).)


# 1639 30-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1638,
which included commits to RCS files with non-trunk default branches.


# 1638 30-May-1994 rgrimes

BSD 4.4 Lite Share Sources