diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:13 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 566775c439c26d0707b1628ca7ef0fd58f257aa0 (patch) | |
tree | 418480749d2c04294e180beec3d70ae8acf0b25c /media-radio/svxlink | |
parent | media-radio/ax25-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-566775c439c26d0707b1628ca7ef0fd58f257aa0.tar.gz gentoo-566775c439c26d0707b1628ca7ef0fd58f257aa0.tar.bz2 gentoo-566775c439c26d0707b1628ca7ef0fd58f257aa0.zip |
media-radio/svxlink: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-radio/svxlink')
-rw-r--r-- | media-radio/svxlink/files/remotetrx.init | 2 | ||||
-rw-r--r-- | media-radio/svxlink/files/svxlink.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-radio/svxlink/files/remotetrx.init b/media-radio/svxlink/files/remotetrx.init index cfadbc7fe8d1..46743c61f70a 100644 --- a/media-radio/svxlink/files/remotetrx.init +++ b/media-radio/svxlink/files/remotetrx.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/media-radio/svxlink/files/svxlink.init b/media-radio/svxlink/files/svxlink.init index ceded48f41b7..b745e11fd94a 100644 --- a/media-radio/svxlink/files/svxlink.init +++ b/media-radio/svxlink/files/svxlink.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |