diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:31 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 7978b11f7c1aeed2c70c4e83e9c6126cee1bfdd8 (patch) | |
tree | 72906239da26b76eb90de95594b0ee5bbbde7fca /x11-misc/bumblebee | |
parent | x11-misc/afbinit: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-7978b11f7c1aeed2c70c4e83e9c6126cee1bfdd8.tar.gz gentoo-7978b11f7c1aeed2c70c4e83e9c6126cee1bfdd8.tar.bz2 gentoo-7978b11f7c1aeed2c70c4e83e9c6126cee1bfdd8.zip |
x11-misc/bumblebee: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'x11-misc/bumblebee')
-rw-r--r-- | x11-misc/bumblebee/files/bumblebee.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/bumblebee/files/bumblebee.initd b/x11-misc/bumblebee/files/bumblebee.initd index fb618305cb32..e4246b13a7ec 100644 --- a/x11-misc/bumblebee/files/bumblebee.initd +++ b/x11-misc/bumblebee/files/bumblebee.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 # $Id$ |