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 | 0d8614166451fc8df7501058461ee18c188df301 (patch) | |
tree | 0d33bc67b3246f93c79e906f7940162178b68e4c /net-proxy/dante | |
parent | net-proxy/c-icap: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0d8614166451fc8df7501058461ee18c188df301.tar.gz gentoo-0d8614166451fc8df7501058461ee18c188df301.tar.bz2 gentoo-0d8614166451fc8df7501058461ee18c188df301.zip |
net-proxy/dante: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-proxy/dante')
-rw-r--r-- | net-proxy/dante/files/dante-1.3.2-sockd-init | 2 | ||||
-rw-r--r-- | net-proxy/dante/files/dante-sockd-init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/dante/files/dante-1.3.2-sockd-init b/net-proxy/dante/files/dante-1.3.2-sockd-init index e2b90fd57510..f1498f770e5b 100644 --- a/net-proxy/dante/files/dante-1.3.2-sockd-init +++ b/net-proxy/dante/files/dante-1.3.2-sockd-init @@ -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/net-proxy/dante/files/dante-sockd-init b/net-proxy/dante/files/dante-sockd-init index 8b95e4a79adc..1e0aac3ca8c2 100644 --- a/net-proxy/dante/files/dante-sockd-init +++ b/net-proxy/dante/files/dante-sockd-init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |