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 | |
parent | app-admin/webmin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-dcba07a67a4628313278a280aea6b353395f1b4a.tar.gz gentoo-dcba07a67a4628313278a280aea6b353395f1b4a.tar.bz2 gentoo-dcba07a67a4628313278a280aea6b353395f1b4a.zip |
app-antivirus/clamav: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-antivirus')
-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 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$ |