diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:05 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 8d6aad82c040cb00a4a09af0c8fa29c496e5ba77 (patch) | |
tree | 3898af848e84acc309196c70dbe73403b8bfae2d /www-apps | |
parent | www-apache/anyterm: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-8d6aad82c040cb00a4a09af0c8fa29c496e5ba77.tar.gz gentoo-8d6aad82c040cb00a4a09af0c8fa29c496e5ba77.tar.bz2 gentoo-8d6aad82c040cb00a4a09af0c8fa29c496e5ba77.zip |
www-apps/bitten: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/bitten/files/bitten.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/bitten/files/bitten.initd b/www-apps/bitten/files/bitten.initd index 99301d0188b0..1c4582d536c0 100644 --- a/www-apps/bitten/files/bitten.initd +++ b/www-apps/bitten/files/bitten.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$ |