diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:33 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | cb85a1e55dd9bf3d2484080ba4240d630add3bf1 (patch) | |
tree | 4c264fab924f4334660ffe2dfc3ce7b485164e6a /x11-misc/x11vnc | |
parent | x11-misc/virtualgl: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-cb85a1e55dd9bf3d2484080ba4240d630add3bf1.tar.gz gentoo-cb85a1e55dd9bf3d2484080ba4240d630add3bf1.tar.bz2 gentoo-cb85a1e55dd9bf3d2484080ba4240d630add3bf1.zip |
x11-misc/x11vnc: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'x11-misc/x11vnc')
-rw-r--r-- | x11-misc/x11vnc/files/x11vnc.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/x11vnc/files/x11vnc.init.d b/x11-misc/x11vnc/files/x11vnc.init.d index 08968f032027..b6b16dafb943 100644 --- a/x11-misc/x11vnc/files/x11vnc.init.d +++ b/x11-misc/x11vnc/files/x11vnc.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |