diff options
Diffstat (limited to 'bin/audit')
| -rw-r--r-- | bin/audit/Makefile.am | 4 | ||||
| -rw-r--r-- | bin/audit/audit.8 | 6 | ||||
| -rw-r--r-- | bin/audit/audit.c | 2 |
3 files changed, 2 insertions, 10 deletions
diff --git a/bin/audit/Makefile.am b/bin/audit/Makefile.am index e7977831fddb9..d0af56c347d96 100644 --- a/bin/audit/Makefile.am +++ b/bin/audit/Makefile.am @@ -1,7 +1,3 @@ -## -## $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile.am#7 $ -## - if USE_NATIVE_INCLUDES INCLUDES = -I$(top_builddir) -I$(top_srcdir) else diff --git a/bin/audit/audit.8 b/bin/audit/audit.8 index d5b296068dc22..b9f98b328200a 100644 --- a/bin/audit/audit.8 +++ b/bin/audit/audit.8 @@ -25,9 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.8#16 $ -.\" -.Dd January 29, 2009 +.Dd July 25, 2015 .Dt AUDIT 8 .Os .Sh NAME @@ -88,7 +86,7 @@ Audit policy file used to configure the auditing system. .Xr audit 4 , .Xr audit_control 5 , .Xr auditd 8 , -.Xr launchd 8 +.Xr launchd 8 (Mac OS X) .Sh HISTORY The OpenBSM implementation was created by McAfee Research, the security division of McAfee Inc., under contract to Apple Computer Inc.\& in 2004. diff --git a/bin/audit/audit.c b/bin/audit/audit.c index 95ac3bc44cdbe..dfe956f2e005a 100644 --- a/bin/audit/audit.c +++ b/bin/audit/audit.c @@ -25,8 +25,6 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#15 $ */ /* * Program to trigger the audit daemon with a message that is either: |
