diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:58 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c95fc7735f83f722d4335422e89acb60cb22859a (patch) | |
tree | a3e6da665454be4823b6fa0ca8f362afeb854e00 /sys-process | |
parent | sys-process/atop: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c95fc7735f83f722d4335422e89acb60cb22859a.tar.gz gentoo-c95fc7735f83f722d4335422e89acb60cb22859a.tar.bz2 gentoo-c95fc7735f83f722d4335422e89acb60cb22859a.zip |
sys-process/audit: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/files/auditd-init.d-1.7.17 | 2 | ||||
-rw-r--r-- | sys-process/audit/files/auditd-init.d-2.1.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/audit/files/auditd-init.d-1.7.17 b/sys-process/audit/files/auditd-init.d-1.7.17 index 4d55ce99f5d2..7a78e015e948 100644 --- a/sys-process/audit/files/auditd-init.d-1.7.17 +++ b/sys-process/audit/files/auditd-init.d-1.7.17 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-process/audit/files/auditd-init.d-2.1.3 b/sys-process/audit/files/auditd-init.d-2.1.3 index 3b34fa8e0364..b918ab6705c2 100644 --- a/sys-process/audit/files/auditd-init.d-2.1.3 +++ b/sys-process/audit/files/auditd-init.d-2.1.3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |