diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:15 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 3a79cb22c165e578bc3b3f849d971061207cd0f2 (patch) | |
tree | 8f4134953d72ca9ae03a479152690f915fbbc1f6 /net-libs/axtls | |
parent | net-irc/znc: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-3a79cb22c165e578bc3b3f849d971061207cd0f2.tar.gz gentoo-3a79cb22c165e578bc3b3f849d971061207cd0f2.tar.bz2 gentoo-3a79cb22c165e578bc3b3f849d971061207cd0f2.zip |
net-libs/axtls: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-libs/axtls')
-rw-r--r-- | net-libs/axtls/files/axhttpd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/axtls/files/axhttpd.initd b/net-libs/axtls/files/axhttpd.initd index 1fcba2fc1289..3ac0fc1eeebd 100644 --- a/net-libs/axtls/files/axhttpd.initd +++ b/net-libs/axtls/files/axhttpd.initd @@ -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 or later # $Id$ |