audit: Add startup script
authorClayton Shotwell <clayton.shotwell@rockwellcollins.com>
Tue, 14 Jul 2015 20:20:27 +0000 (15:20 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Jul 2015 20:51:43 +0000 (22:51 +0200)
commit7e068bb5ff6815f50e7ce729b67e831d0d8d4ed1
treeac9e39192200d18868bdd0b1f5dd2d3b3ae71415
parent58b2598a3d7089c26143fcb2c97163dca8ddea5b
audit: Add startup script

The startup script for the audit package did not meet the buildroot
standards when the package was initially merged. Adding a compliant
startup script for starting the audit daemon along with rotating the
logs and other features.

[Thomas:
  - Replace "Failed" by "FAIL" to be consistent with the rest of the
    init script and other packages
  - Use $(INSTALL) -D with a complete destination path to avoid having
    to create /etc/init.d before installing the init script.]

Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/audit/S01auditd [new file with mode: 0644]
package/audit/audit.mk