Deleted Added
full compact
2c2
< * Copyright (c) 2005-2008 Apple Inc.
---
> * Copyright (c) 2005-2009 Apple Inc.
29c29
< * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#13 $
---
> * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#14 $
71c71
< * XXX the following is temporary until this can be added to the kernel
---
> * XXX The following are temporary until these can be added to the kernel
76a77,79
> #ifndef AUDIT_TRIGGER_EXPIRE_TRAILS
> #define AUDIT_TRIGGER_EXPIRE_TRAILS 8
> #endif
128c131
< (void)fprintf(stderr, "Usage: audit -i | -n | -s | -t \n");
---
> (void)fprintf(stderr, "Usage: audit -e | -i | -n | -s | -t \n");
144c147
< while ((ch = getopt(argc, argv, "inst")) != -1) {
---
> while ((ch = getopt(argc, argv, "einst")) != -1) {
146a150,153
> case 'e':
> trigger = AUDIT_TRIGGER_EXPIRE_TRAILS;
> break;
>