From: Austin English Date: Wed, 18 May 2016 06:34:58 +0000 (-0500) Subject: sys-process/audit: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c95fc7735f83f722d4335422e89acb60cb22859a;p=gentoo.git sys-process/audit: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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$