diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | aae387dec54a951e25f2a36b0255110a6883ef08 (patch) | |
tree | 6b8cf99c207552b363d974814c4dcaef5a73e6e3 /app-mobilephone/smstools | |
parent | app-mobilephone/kannel-sqlbox: use #!/sbin/openrc-run instead of #!/sbin/runs... (diff) | |
download | gentoo-aae387dec54a951e25f2a36b0255110a6883ef08.tar.gz gentoo-aae387dec54a951e25f2a36b0255110a6883ef08.tar.bz2 gentoo-aae387dec54a951e25f2a36b0255110a6883ef08.zip |
app-mobilephone/smstools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-mobilephone/smstools')
-rw-r--r-- | app-mobilephone/smstools/files/smsd.initd | 2 | ||||
-rw-r--r-- | app-mobilephone/smstools/files/smsd.initd2 | 2 | ||||
-rw-r--r-- | app-mobilephone/smstools/files/smsd.initd3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-mobilephone/smstools/files/smsd.initd b/app-mobilephone/smstools/files/smsd.initd index 849449dc48bc..31bb9f8bef1e 100644 --- a/app-mobilephone/smstools/files/smsd.initd +++ b/app-mobilephone/smstools/files/smsd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-mobilephone/smstools/files/smsd.initd2 b/app-mobilephone/smstools/files/smsd.initd2 index b6117ab1abf5..c2c9d4c3b1b3 100644 --- a/app-mobilephone/smstools/files/smsd.initd2 +++ b/app-mobilephone/smstools/files/smsd.initd2 @@ -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/app-mobilephone/smstools/files/smsd.initd3 b/app-mobilephone/smstools/files/smsd.initd3 index 1f585946a448..e4cfe468a097 100644 --- a/app-mobilephone/smstools/files/smsd.initd3 +++ b/app-mobilephone/smstools/files/smsd.initd3 @@ -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$ |