diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:47 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5b7722e5d05e17d8d3271f63bf67deedd728d65e (patch) | |
tree | 000fce053348012b31df45cb77a986995d1b860b /app-text | |
parent | app-text/calibre: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5b7722e5d05e17d8d3271f63bf67deedd728d65e.tar.gz gentoo-5b7722e5d05e17d8d3271f63bf67deedd728d65e.tar.bz2 gentoo-5b7722e5d05e17d8d3271f63bf67deedd728d65e.zip |
app-text/groonga: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/groonga/files/groonga.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/groonga/files/groonga.initd b/app-text/groonga/files/groonga.initd index 758d89a4d3f5..963a0445d966 100644 --- a/app-text/groonga/files/groonga.initd +++ b/app-text/groonga/files/groonga.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |