diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:46 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ecc5496bfaaaa334d1add7cebb4f2edbf42f0f15 (patch) | |
tree | 6ae03cad6e08c1805f05b5ffbe84b49911d99266 | |
parent | app-office/openerp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ecc5496bfaaaa334d1add7cebb4f2edbf42f0f15.tar.gz gentoo-ecc5496bfaaaa334d1add7cebb4f2edbf42f0f15.tar.bz2 gentoo-ecc5496bfaaaa334d1add7cebb4f2edbf42f0f15.zip |
app-text/calibre: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | app-text/calibre/files/calibre-server.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/calibre/files/calibre-server.init b/app-text/calibre/files/calibre-server.init index 7fd9acec49ac..66bbc6bdf195 100644 --- a/app-text/calibre/files/calibre-server.init +++ b/app-text/calibre/files/calibre-server.init @@ -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 or later # $Id$ |