diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:06 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0ac39caf070a43d13b77b59b28730da8486c0324 (patch) | |
tree | 83f5c0989b3749e968fcbf0c9d10221adec80817 /www-apps/novnc | |
parent | www-apps/bugzilla: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0ac39caf070a43d13b77b59b28730da8486c0324.tar.gz gentoo-0ac39caf070a43d13b77b59b28730da8486c0324.tar.bz2 gentoo-0ac39caf070a43d13b77b59b28730da8486c0324.zip |
www-apps/novnc: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-apps/novnc')
-rw-r--r-- | www-apps/novnc/files/noVNC.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/novnc/files/noVNC.initd b/www-apps/novnc/files/noVNC.initd index 7789b13587c0..f6a4eca1a386 100644 --- a/www-apps/novnc/files/noVNC.initd +++ b/www-apps/novnc/files/noVNC.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |