]> git.pld-linux.org Git - packages/audit.git/commitdiff
- full path in daemon() auto/th/audit-1_7_13-4
authorzbyniu <zbyniu@pld-linux.org>
Thu, 30 Apr 2009 23:24:41 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    auditd.init -> 1.6

auditd.init

index cbc9beeb54c15f8e6f5de8e53a0fad5874e1786d..0c35fd146f8c6276e4ea913d7b54f0f902991d4e 100644 (file)
@@ -25,7 +25,7 @@ start() {
        if [ ! -f /var/lock/subsys/auditd ]; then
                msg_starting auditd
                unset HOME MAIL USER USERNAME
-               daemon auditd "$EXTRAOPTIONS"
+               daemon /sbin/auditd "$EXTRAOPTIONS"
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/auditd
                # Load the default rules
This page took 0.0379 seconds and 4 git commands to generate.