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 | ec006968930872a84deace48468b20782d2c42c7 (patch) | |
tree | 29ede347fe7f15aa0a1e4fb820cd7ef232112aed /media-radio | |
parent | media-radio/ax25-apps: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ec006968930872a84deace48468b20782d2c42c7.tar.gz gentoo-ec006968930872a84deace48468b20782d2c42c7.tar.bz2 gentoo-ec006968930872a84deace48468b20782d2c42c7.zip |
media-radio/ax25-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/ax25-tools/files/ax25d.rc | 2 | ||||
-rw-r--r-- | media-radio/ax25-tools/files/mheardd.rc | 2 | ||||
-rw-r--r-- | media-radio/ax25-tools/files/netromd.rc | 2 | ||||
-rw-r--r-- | media-radio/ax25-tools/files/rip98d.rc | 2 | ||||
-rw-r--r-- | media-radio/ax25-tools/files/rxecho.rc | 2 | ||||
-rw-r--r-- | media-radio/ax25-tools/files/ttylinkd.rc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/media-radio/ax25-tools/files/ax25d.rc b/media-radio/ax25-tools/files/ax25d.rc index 4086a2bd71f6..450568dc46e4 100644 --- a/media-radio/ax25-tools/files/ax25d.rc +++ b/media-radio/ax25-tools/files/ax25d.rc @@ -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 # $Id$ diff --git a/media-radio/ax25-tools/files/mheardd.rc b/media-radio/ax25-tools/files/mheardd.rc index 47f3534eefce..7766145a0172 100644 --- a/media-radio/ax25-tools/files/mheardd.rc +++ b/media-radio/ax25-tools/files/mheardd.rc @@ -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 # $Id$ diff --git a/media-radio/ax25-tools/files/netromd.rc b/media-radio/ax25-tools/files/netromd.rc index c6ffbb43b75c..9214ccd74dbf 100644 --- a/media-radio/ax25-tools/files/netromd.rc +++ b/media-radio/ax25-tools/files/netromd.rc @@ -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 # $Id$ diff --git a/media-radio/ax25-tools/files/rip98d.rc b/media-radio/ax25-tools/files/rip98d.rc index 098437ffae99..1f61773d853e 100644 --- a/media-radio/ax25-tools/files/rip98d.rc +++ b/media-radio/ax25-tools/files/rip98d.rc @@ -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 # $Id$ diff --git a/media-radio/ax25-tools/files/rxecho.rc b/media-radio/ax25-tools/files/rxecho.rc index 56d6e20c40da..2403bb82b021 100644 --- a/media-radio/ax25-tools/files/rxecho.rc +++ b/media-radio/ax25-tools/files/rxecho.rc @@ -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 # $Id$ diff --git a/media-radio/ax25-tools/files/ttylinkd.rc b/media-radio/ax25-tools/files/ttylinkd.rc index d6ca4ed34d1c..b6e8c281213d 100644 --- a/media-radio/ax25-tools/files/ttylinkd.rc +++ b/media-radio/ax25-tools/files/ttylinkd.rc @@ -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 # $Id$ |