diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:30 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c4d16281fe3d9bbfe5e6cd1c088cec8fb0e1c871 (patch) | |
tree | 5e4b90e410e77cba0bea4aba9b92829ba1b9081a /x11-misc/afbinit | |
parent | x11-drivers/nvidia-drivers: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c4d16281fe3d9bbfe5e6cd1c088cec8fb0e1c871.tar.gz gentoo-c4d16281fe3d9bbfe5e6cd1c088cec8fb0e1c871.tar.bz2 gentoo-c4d16281fe3d9bbfe5e6cd1c088cec8fb0e1c871.zip |
x11-misc/afbinit: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'x11-misc/afbinit')
-rw-r--r-- | x11-misc/afbinit/files/afbinit.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/afbinit/files/afbinit.init b/x11-misc/afbinit/files/afbinit.init index ed8fa59c017d..01989d2b3589 100644 --- a/x11-misc/afbinit/files/afbinit.init +++ b/x11-misc/afbinit/files/afbinit.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |