diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:43 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 45795e2921b89406ec7223230b47138bb72d9cd9 (patch) | |
tree | 0802ed1e3830174a00bd94633346e52c0dbc043d /app-mobilephone/kannel-sqlbox | |
parent | app-misc/taskd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-45795e2921b89406ec7223230b47138bb72d9cd9.tar.gz gentoo-45795e2921b89406ec7223230b47138bb72d9cd9.tar.bz2 gentoo-45795e2921b89406ec7223230b47138bb72d9cd9.zip |
app-mobilephone/kannel-sqlbox: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-mobilephone/kannel-sqlbox')
-rw-r--r-- | app-mobilephone/kannel-sqlbox/files/kannel-sqlbox.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox.initd b/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox.initd index d746cd5db29e..08cbdf2d8fed 100644 --- a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox.initd +++ b/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |