cvs commit: src/etc Makefile group inetd.conf master.passwd
pf.conf pf.os protocols src/libexec Makefile src/sbin Makefile
src/share/examples/etc make.conf src/sys/conf NOTES
src/sys/modules Makefile src/usr.sbin Makefile
Max Laier
mlaier at FreeBSD.org
Mon Mar 8 14:03:29 PST 2004
mlaier 2004/03/08 14:03:29 PST
FreeBSD src repository
Modified files:
etc Makefile group inetd.conf master.passwd
protocols
libexec Makefile
sbin Makefile
share/examples/etc make.conf
sys/conf NOTES
sys/modules Makefile
usr.sbin Makefile
Added files:
etc pf.conf pf.os
Log:
Link pf to the build and install:
This adds the former ports registered groups: proxy and authpf as well as
the proxy user. Make sure to run mergemaster -p in oder to complete make
installworld without errors.
This also provides the passive OS fingerprints from OpenBSD (pf.os) and an
example pf.conf.
For those who want to go without pf; it provides a NO_PF knob to make.conf.
__FreeBSD_version will be bumped soon to reflect this and to be able to
change ports accordingly.
Approved by: bms(mentor)
Revision Changes Path
1.325 +1 -1 src/etc/Makefile
1.29 +2 -0 src/etc/group
1.64 +6 -0 src/etc/inetd.conf
1.35 +1 -0 src/etc/master.passwd
1.1 +79 -0 src/etc/pf.conf (new)
1.1 +552 -0 src/etc/pf.os (new)
1.19 +1 -1 src/etc/protocols
1.65 +5 -0 src/libexec/Makefile
1.135 +7 -0 src/sbin/Makefile
1.223 +2 -0 src/share/examples/etc/make.conf
1.1205 +11 -1 src/sys/conf/NOTES
1.370 +9 -0 src/sys/modules/Makefile
1.288 +5 -0 src/usr.sbin/Makefile
More information about the cvs-src
mailing list