diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:12 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a9ef6139f28959714337f0f92d21561725d718ba (patch) | |
tree | 57b663544354b2099b1dc6523864fed57aa7af16 /media-radio/ax25-apps | |
parent | media-plugins/vdr-xineliboutput: use #!/sbin/openrc-run instead of #!/sbin/ru... (diff) | |
download | gentoo-a9ef6139f28959714337f0f92d21561725d718ba.tar.gz gentoo-a9ef6139f28959714337f0f92d21561725d718ba.tar.bz2 gentoo-a9ef6139f28959714337f0f92d21561725d718ba.zip |
media-radio/ax25-apps: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-radio/ax25-apps')
-rw-r--r-- | media-radio/ax25-apps/files/ax25ipd.rc | 2 | ||||
-rw-r--r-- | media-radio/ax25-apps/files/ax25mond.rc | 2 | ||||
-rw-r--r-- | media-radio/ax25-apps/files/ax25rtd.rc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-radio/ax25-apps/files/ax25ipd.rc b/media-radio/ax25-apps/files/ax25ipd.rc index 22543fad15ba..0cedb5c3d998 100644 --- a/media-radio/ax25-apps/files/ax25ipd.rc +++ b/media-radio/ax25-apps/files/ax25ipd.rc @@ -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$ diff --git a/media-radio/ax25-apps/files/ax25mond.rc b/media-radio/ax25-apps/files/ax25mond.rc index 9ce640f758df..0cd5b0bf49b9 100644 --- a/media-radio/ax25-apps/files/ax25mond.rc +++ b/media-radio/ax25-apps/files/ax25mond.rc @@ -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$ diff --git a/media-radio/ax25-apps/files/ax25rtd.rc b/media-radio/ax25-apps/files/ax25rtd.rc index e051d893e08d..116d768ea9ff 100644 --- a/media-radio/ax25-apps/files/ax25rtd.rc +++ b/media-radio/ax25-apps/files/ax25rtd.rc @@ -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$ |