commit: c4d16281fe3d9bbfe5e6cd1c088cec8fb0e1c871 Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Wed May 18 06:35:30 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Wed May 18 06:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d16281
x11-misc/afbinit: use #!/sbin/openrc-run instead of #!/sbin/runscript x11-misc/afbinit/files/afbinit.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/afbinit/files/afbinit.init b/x11-misc/afbinit/files/afbinit.init index ed8fa59..01989d2 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$
