PERFORCE change 92722 for review

Robert Watson rwatson at FreeBSD.org
Sat Mar 4 06:01:23 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92722

Change 92722 by rwatson at rwatson_peppercorn on 2006/03/04 14:00:45

	Avoid wildcards in the upgrade instructions, as it may lead to
	problems in the future if other files matching the wildcards
	are not OpenBSM-derived (especially in usr.sbin).

Affected files ...

.. //depot/projects/trustedbsd/audit3/contrib/openbsm/FREEBSD-upgrade#3 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/contrib/openbsm/FREEBSD-upgrade#3 (text) ====

@@ -6,9 +6,12 @@
 src/contrib/openbsm        The OpenBSM distribution itself
 src/sys/bsm                Modified versions of some bsm/ include files
 src/sys/security/audit     Kernel audit framework, some OpenBSM-based files
-src/usr.sbin/*audit*       Makefiles for various OpenBSM tools
+src/usr.sbin/audit         Makefiles for OpenBSM-derived command
+src/usr.sbin/auditd        ""
+src/usr.sbin/auditreduce   ""
+src/usr.sbin/praudit       ""
 src/etc/Makefile           Installation of /etc OpenBSM files
-src/lib/libbsm/*           Build for OpenBSM library
+src/lib/libbsm             Build for OpenBSM library
 
 OpenBSM is normally built using an integrated autoconf/automake build
 system.  For the purposes of tight integration with FreeBSD, we use an


More information about the p4-projects mailing list