diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:05 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 1e144d0986d1bc343d1e73e1d16bcd84f004c2f1 (patch) | |
tree | 2b13196f1cefa2a321715e102e453e9d46a964ab /net-proxy/c-icap | |
parent | net-print/mtink: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-1e144d0986d1bc343d1e73e1d16bcd84f004c2f1.tar.gz gentoo-1e144d0986d1bc343d1e73e1d16bcd84f004c2f1.tar.bz2 gentoo-1e144d0986d1bc343d1e73e1d16bcd84f004c2f1.zip |
net-proxy/c-icap: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-proxy/c-icap')
-rw-r--r-- | net-proxy/c-icap/files/c-icap.init.2 | 2 | ||||
-rw-r--r-- | net-proxy/c-icap/files/c-icap.init.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/c-icap/files/c-icap.init.2 b/net-proxy/c-icap/files/c-icap.init.2 index 398990d22ec0..d48283fc63e8 100644 --- a/net-proxy/c-icap/files/c-icap.init.2 +++ b/net-proxy/c-icap/files/c-icap.init.2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-proxy/c-icap/files/c-icap.init.3 b/net-proxy/c-icap/files/c-icap.init.3 index 4a3e0269bae1..a5b0a3e03c84 100644 --- a/net-proxy/c-icap/files/c-icap.init.3 +++ b/net-proxy/c-icap/files/c-icap.init.3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |