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 | ebcf8689d7780d7bf86eb97be8204eddbe365f49 (patch) | |
tree | 32587fa30d3bc65a1de613d697aa6c351678d3e2 /app-antivirus/skyldav/files | |
parent | dcba07a67a4628313278a280aea6b353395f1b4a (diff) | |
download | gentoo-ebcf8689d7780d7bf86eb97be8204eddbe365f49.tar.gz gentoo-ebcf8689d7780d7bf86eb97be8204eddbe365f49.tar.xz |
app-antivirus/skyldav: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-antivirus/skyldav/files')
-rwxr-xr-x | app-antivirus/skyldav/files/skyldav.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/skyldav/files/skyldav.initd b/app-antivirus/skyldav/files/skyldav.initd index ce19ccf8786..24ccdf18f54 100755 --- a/app-antivirus/skyldav/files/skyldav.initd +++ b/app-antivirus/skyldav/files/skyldav.initd @@ -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$ |