Page MenuHomeFreeBSD

D23223.diff
No OneTemporary

D23223.diff

Index: head/libexec/rc/rc.d/auditd
===================================================================
--- head/libexec/rc/rc.d/auditd
+++ head/libexec/rc/rc.d/auditd
@@ -26,7 +26,9 @@
{
/usr/sbin/audit -t
- sleep 1
+ if [ -n "$rc_pid" ]; then
+ wait_for_pids $rc_pid
+ fi
}
load_rc_config $name

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 11, 8:42 AM (16 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31280031
Default Alt Text
D23223.diff (306 B)

Event Timeline