Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
fc943bed |
| 12-Jan-2005 |
Giorgos Keramidas <keramida@FreeBSD.org> |
Link mdoc/example.9 to the build.
|
#
f1192bff |
| 10-Jan-2005 |
Simon L. B. Nielsen <simon@FreeBSD.org> |
Add support files for using text from the POSIX specification in FreeBSD manual pages:
- POSIX-copyright contains copyright text to be used in manual pages which has POSIX text inserted. - deshall
Add support files for using text from the POSIX specification in FreeBSD manual pages:
- POSIX-copyright contains copyright text to be used in manual pages which has POSIX text inserted. - deshallify.sh is a shell script which removes many of the ``shall'' statements from the POSIX text and therefore making the text more readable.
Real work to make this happen by: nectar, ru
show more ...
|
#
9b28df7f |
| 10-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Unbreak the install.
|
#
e653b48c |
| 21-Dec-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
a35d8893 |
| 24-Oct-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
For variables that are only checked with defined(), don't provide any fake value.
|
#
9d7ccc0f |
| 14-Sep-2004 |
Max Laier <mlaier@FreeBSD.org> |
Bring in some examples (and create space for future work here): - Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5) - Tweak the pointer to fit the FreeBSD default location shar
Bring in some examples (and create space for future work here): - Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5) - Tweak the pointer to fit the FreeBSD default location share/examples/pf - Account for the new directory in BSD.usr.dist (no hier(7) change required as share/examples is an opaque item there).
Obtained from: OpenBSD Reminded by: Thomas T. Veldhouse PR: docs/71691 MFC after: 2 days
show more ...
|
#
19453953 |
| 15-Jul-2004 |
Scott Long <scottl@FreeBSD.org> |
Move references to the recently removed worm directory.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
e6ef35a9 |
| 26-Oct-2003 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.
Reviewed by: imp, simon Approved by: imp (mentor)
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
37efca48 |
| 25-Nov-2002 |
Nate Lawson <njl@FreeBSD.org> |
Install new files from examples dir.
Approved by: re (previously)
|
Revision tags: release/4.7.0_cvs |
|
#
72060281 |
| 01-Oct-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
test -h is deprecated; use -L instead.
PR: bin/40846
|
Revision tags: release/4.6.2_cvs, release/4.6.2 |
|
#
d2893b16 |
| 29-Jul-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Drop support for COPY, -c has been the default mode of install(1) for a long time now.
Approved by: bde
|
Revision tags: release/4.6.1 |
|
#
aed191e5 |
| 19-Jul-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Don't install any old cruft present in the tree, including editor backups, .orig or .rej files, etc. Make transition from SHARED=symlinks to SHARED=copies and vice versa work.
Submitted by: des, ru
|
#
0b87f799 |
| 18-Jul-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
s/${INSTALL} -c/${INSTALL} ${COPY}/
|
Revision tags: release/4.6.0_cvs |
|
#
7a43a96a |
| 21-Mar-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217 with the NO_IPFILTER make.conf(5) knob.
(So that we can "make the-rest-of-the-world" again.)
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
3becbb25 |
| 14-Dec-2001 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Arrange for the smbfs examples to be installed.
We don't install dot.nsmbrc or smbfs.sh.sample, since we already install the former as /etc/nsmb.conf and the latter is unnecessary, since boot-time m
Arrange for the smbfs examples to be installed.
We don't install dot.nsmbrc or smbfs.sh.sample, since we already install the former as /etc/nsmb.conf and the latter is unnecessary, since boot-time mounts can be arranged directly within /etc/fstab without fear of breaking the boot when the smbfs port (now unnecessary is removed).
The MFC reminder below is subject to <re@FreeBSD.org> approval priod to 4.5-RELEASE.
MFC after: 1 week
show more ...
|
#
72ec1267 |
| 24-Oct-2001 |
Mark Murray <markm@FreeBSD.org> |
Back out my last commit. Ruslan (ru) has a better fix.
|
#
f1986f09 |
| 23-Oct-2001 |
Mark Murray <markm@FreeBSD.org> |
Make sure the copies: and symlinks: targets exist in the case of the empty ".for ..." loop.
|
#
defe677b |
| 22-Oct-2001 |
John Hay <jhay@FreeBSD.org> |
Back out my previous commit. It is not necessary anymore now that Ruslan fixed the ipfilter directory with a NOOBJ.
|
#
fbf68bb9 |
| 22-Oct-2001 |
John Hay <jhay@FreeBSD.org> |
Unbreak make world by adding .CURDIR here and there.
Submitted by: Harry Starr <starr3@gccs.com.au>
|
#
2600f5b8 |
| 20-Oct-2001 |
Darren Reed <darrenr@FreeBSD.org> |
Add the ipfilter subdirectory
PR: 26763
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs |
|
#
15f3c66c |
| 09-Dec-1999 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Revert previous commit.
Requested by: bde
|
#
02cca882 |
| 08-Dec-1999 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Remove support for symlinks instead of copies. This also avoids using mtree. Space is being saved by other means.
|
Revision tags: release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
6bef9f10 |
| 27-Jun-1999 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Do nothing for the etc-examples target when SHARED=symlinks, since we'll end up trying to install into the source directory.
Reported by: bde
|
#
5aae9955 |
| 24-Jun-1999 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Actually install the virgin copies of the /etc files that we so proudly claim to install in /usr/share/examples/etc/README.examples .
PR: 5207 Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
|