PERFORCE change 94132 for review
Robert Watson
rwatson at FreeBSD.org
Mon Mar 27 23:05:21 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=94132
Change 94132 by rwatson at rwatson_zoo on 2006/03/27 23:04:29
Update configure.ac, Makefile.am's, for auditfilterd, sample
filter module, etc.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/Makefile.am#2 edit
.. //depot/projects/trustedbsd/openbsm/bin/Makefile.am#3 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditfilterd/Makefile.am#1 add
.. //depot/projects/trustedbsd/openbsm/bsm/Makefile.am#2 edit
.. //depot/projects/trustedbsd/openbsm/modules/Makefile.am#1 add
.. //depot/projects/trustedbsd/openbsm/modules/auditfilter_noop/Makefile.am#1 add
Differences ...
==== //depot/projects/trustedbsd/openbsm/Makefile.am#2 (text+ko) ====
@@ -1,12 +1,13 @@
#
-# $P4: //depot/projects/trustedbsd/openbsm/Makefile.am#1 $
+# $P4: //depot/projects/trustedbsd/openbsm/Makefile.am#2 $
#
SUBDIRS = \
bsm \
libbsm \
bin \
- man
+ man \
+ modules
EXTRA_DIST = \
CHANGELOG \
==== //depot/projects/trustedbsd/openbsm/bin/Makefile.am#3 (text+ko) ====
@@ -1,8 +1,9 @@
#
-# $P4: //depot/projects/trustedbsd/openbsm/bin/Makefile.am#2 $
+# $P4: //depot/projects/trustedbsd/openbsm/bin/Makefile.am#3 $
#
SUBDIRS = \
+ auditfilterd \
auditreduce \
praudit
==== //depot/projects/trustedbsd/openbsm/bsm/Makefile.am#2 (text+ko) ====
@@ -1,11 +1,12 @@
#
-# $P4: //depot/projects/trustedbsd/openbsm/bsm/Makefile.am#1 $
+# $P4: //depot/projects/trustedbsd/openbsm/bsm/Makefile.am#2 $
#
openbsmdir = $(includedir)/bsm
openbsm_HEADERS = \
audit.h \
+ audit_filter.h \
audit_internal.h \
audit_kevents.h \
audit_record.h \
More information about the trustedbsd-cvs
mailing list