diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:30 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a21969ac98402691e1eed8086362c25c806df397 (patch) | |
tree | 673379eedaad21a6973fc4764ecf2bc6f6c6adc7 /net-misc/tigervnc | |
parent | net-misc/teamviewer: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a21969ac98402691e1eed8086362c25c806df397.tar.gz gentoo-a21969ac98402691e1eed8086362c25c806df397.tar.bz2 gentoo-a21969ac98402691e1eed8086362c25c806df397.zip |
net-misc/tigervnc: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/tigervnc')
-rw-r--r-- | net-misc/tigervnc/files/tigervnc.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/tigervnc/files/tigervnc.initd b/net-misc/tigervnc/files/tigervnc.initd index cc0523dc38bd..f1d3a402e55c 100644 --- a/net-misc/tigervnc/files/tigervnc.initd +++ b/net-misc/tigervnc/files/tigervnc.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |