Date: Fri, 30 Sep 2005 20:15:47 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 84581 for review Message-ID: <200509302015.j8UKFlCd079031@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=84581 Change 84581 by rwatson@rwatson_zoo on 2005/09/30 20:15:35 Install additional OpenBSM man pages relating to system calls and configuration files. Not quite sure this is in its final form, so commented as much in the Makefile. Affected files ... .. //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#12 edit Differences ... ==== //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#12 (text+ko) ==== @@ -10,6 +10,7 @@ .PATH: ${LIBBSMDIR} .PATH: ${OPENBSMDIR}/bsm +.PATH: ${OPENBSMDIR}/man SRCS= bsm_audit.c \ bsm_class.c \ @@ -41,6 +42,25 @@ au_token.3 \ au_user.3 +# +# It seems like maybe some of these should be installed separately, since +# they're not all libbsm parts. +# +MAN+= audit.2 \ + audit.log.5 \ + audit_class.5 \ + audit_control.5 \ + audit_event.5 \ + audit_user.5 \ + audit_warn.5 \ + auditctl.2 \ + auditon.2 \ + event_code.5 \ + getaudit.2 \ + getauid.2 \ + setaudit.2 \ + setauid.2 + MLINKS= libbsm.3 bsm.3 \ au_class.3 free_au_class_ent.3 \ au_class.3 getauclassent.3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509302015.j8UKFlCd079031>