diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:34 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b7fcff893633ea7c53ce31a1bbcb9f5ba5ba10a5 (patch) | |
tree | 42f20989851b6f02d8f33af30c337aaa0129ef7b /x11-misc/xhkeys | |
parent | x11-misc/x11vnc: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b7fcff893633ea7c53ce31a1bbcb9f5ba5ba10a5.tar.gz gentoo-b7fcff893633ea7c53ce31a1bbcb9f5ba5ba10a5.tar.bz2 gentoo-b7fcff893633ea7c53ce31a1bbcb9f5ba5ba10a5.zip |
x11-misc/xhkeys: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'x11-misc/xhkeys')
-rw-r--r-- | x11-misc/xhkeys/files/xhkeys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xhkeys/files/xhkeys b/x11-misc/xhkeys/files/xhkeys index cc66bb19ec1a..fc72b8473489 100644 --- a/x11-misc/xhkeys/files/xhkeys +++ b/x11-misc/xhkeys/files/xhkeys @@ -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$ |