mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
order to add $FreeBSD$ tags, which helps mergemaster better manage updating them. Requested by: several Obtained from: TrustedBSD Project
6 lines
135 B
Bash
6 lines
135 B
Bash
#!/bin/sh
|
|
#
|
|
# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_warn#3 $
|
|
# $FreeBSD$
|
|
#
|
|
logger -p security.warning "audit warning: $@"
|