diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | dcba07a67a4628313278a280aea6b353395f1b4a (patch) | |
tree | d88576674ecd5f5f0f66fe7b2e9e86e0ba06644c /app-antivirus/clamav | |
parent | f9c5ffc8cef6a11ac8b6b5d9866c8f4278692304 (diff) | |
download | gentoo-dcba07a67a4628313278a280aea6b353395f1b4a.tar.gz gentoo-dcba07a67a4628313278a280aea6b353395f1b4a.tar.xz |
app-antivirus/clamav: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/files/clamd.initd-r3 | 2 | ||||
-rw-r--r-- | app-antivirus/clamav/files/clamd.initd-r5 | 2 | ||||
-rw-r--r-- | app-antivirus/clamav/files/clamd.initd-r6 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-antivirus/clamav/files/clamd.initd-r3 b/app-antivirus/clamav/files/clamd.initd-r3 index df3079d45c5..134a70178cf 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 6b2d757038e..87171ae95ea 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 774e8adc9b1..ee11b392443 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$ |