diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-01 02:19:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-01 02:19:48 +0000 |
commit | e3c21fce5772e670f94ddc70e0638780529e21a0 (patch) | |
tree | 75b003af8137ac17a3d098d69a9ad6a1ef437f55 /sys-process/audit/files | |
parent | Initial commit, doing this for beu!. (diff) | |
download | gentoo-2-e3c21fce5772e670f94ddc70e0638780529e21a0.tar.gz gentoo-2-e3c21fce5772e670f94ddc70e0638780529e21a0.tar.bz2 gentoo-2-e3c21fce5772e670f94ddc70e0638780529e21a0.zip |
typo.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'sys-process/audit/files')
-rw-r--r-- | sys-process/audit/files/auditd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/audit/files/auditd.initd b/sys-process/audit/files/auditd.initd index a450098f4a43..8ec0ee60903c 100644 --- a/sys-process/audit/files/auditd.initd +++ b/sys-process/audit/files/auditd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/files/auditd.initd,v 1.1 2005/05/01 02:19:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/files/auditd.initd,v 1.2 2005/05/01 02:19:48 robbat2 Exp $ start() { ebegin "Starting auditd" @@ -12,7 +12,7 @@ start() { eend $ret if [ $ret -eq 0 -a -n "${rulefile}" -a -f "${rulefile}" ]; then einfo "Loading audit rules from ${rulefile}" - /sbin/auditctl -R "${rulefile}" + /usr/sbin/auditctl -R "${rulefile}" ret=$? fi return $ret |