From: Austin English Date: Wed, 18 May 2016 06:26:56 +0000 (-0500) Subject: app-antivirus/clamav: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dcba07a67a4628313278a280aea6b353395f1b4a;p=gentoo.git app-antivirus/clamav: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/app-antivirus/clamav/files/clamd.initd-r3 b/app-antivirus/clamav/files/clamd.initd-r3 index df3079d45c58..134a70178cf2 100644 --- a/app-antivirus/clamav/files/clamd.initd-r3 +++ b/app-antivirus/clamav/files/clamd.initd-r3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-antivirus/clamav/files/clamd.initd-r5 b/app-antivirus/clamav/files/clamd.initd-r5 index 6b2d757038e6..87171ae95ea1 100644 --- a/app-antivirus/clamav/files/clamd.initd-r5 +++ b/app-antivirus/clamav/files/clamd.initd-r5 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-antivirus/clamav/files/clamd.initd-r6 b/app-antivirus/clamav/files/clamd.initd-r6 index 774e8adc9b11..ee11b3924432 100644 --- a/app-antivirus/clamav/files/clamd.initd-r6 +++ b/app-antivirus/clamav/files/clamd.initd-r6 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$