diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:20 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 573c253f303a22b4a944250c47c0b81df90e7843 (patch) | |
tree | 7987eb6b4178f48e8c89ed32d1772baea3c0f1cd /app-i18n | |
parent | app-eselect/eselect-php: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-573c253f303a22b4a944250c47c0b81df90e7843.tar.gz gentoo-573c253f303a22b4a944250c47c0b81df90e7843.tar.bz2 gentoo-573c253f303a22b4a944250c47c0b81df90e7843.zip |
app-i18n/canna: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/canna/files/canna-3.7_p3.initd | 2 | ||||
-rw-r--r-- | app-i18n/canna/files/canna.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/canna/files/canna-3.7_p3.initd b/app-i18n/canna/files/canna-3.7_p3.initd index d6445626b24d..d0833dea9311 100644 --- a/app-i18n/canna/files/canna-3.7_p3.initd +++ b/app-i18n/canna/files/canna-3.7_p3.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$ diff --git a/app-i18n/canna/files/canna.initd b/app-i18n/canna/files/canna.initd index d26393b179a4..f5ed1d4413d5 100644 --- a/app-i18n/canna/files/canna.initd +++ b/app-i18n/canna/files/canna.initd @@ -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$ |