diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:08 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2298a4c819da0bd50342b9e66f92f5bab5fd601f (patch) | |
tree | 3ff7e02b68814b453270c80ac7f9f40a8a2d14cb /net-proxy/nutcracker | |
parent | net-proxy/haproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2298a4c819da0bd50342b9e66f92f5bab5fd601f.tar.gz gentoo-2298a4c819da0bd50342b9e66f92f5bab5fd601f.tar.bz2 gentoo-2298a4c819da0bd50342b9e66f92f5bab5fd601f.zip |
net-proxy/nutcracker: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-proxy/nutcracker')
-rw-r--r-- | net-proxy/nutcracker/files/nutcracker.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/nutcracker/files/nutcracker.initd b/net-proxy/nutcracker/files/nutcracker.initd index 344e310456f3..2fce2ae94a5c 100644 --- a/net-proxy/nutcracker/files/nutcracker.initd +++ b/net-proxy/nutcracker/files/nutcracker.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$ |