Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2006 23:05:15 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 94132 for review
Message-ID:  <200603272305.k2RN5F4U060141@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94132

Change 94132 by rwatson@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		\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603272305.k2RN5F4U060141>