diff options
author | Alex Legler <a3li@gentoo.org> | 2013-11-11 16:29:03 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2013-11-11 16:29:03 +0000 |
commit | dc03159f84dd26cdc96fc4d548f435bd9d0c7c9e (patch) | |
tree | 79bc6d74c091538ec7c8dcf454c15ed6ea1c544a /www-servers/thin | |
parent | dropped mask to mozplugger now that it has been removed (diff) | |
download | gentoo-2-dc03159f84dd26cdc96fc4d548f435bd9d0c7c9e.tar.gz gentoo-2-dc03159f84dd26cdc96fc4d548f435bd9d0c7c9e.tar.bz2 gentoo-2-dc03159f84dd26cdc96fc4d548f435bd9d0c7c9e.zip |
Path fix
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8E740238)
Diffstat (limited to 'www-servers/thin')
-rw-r--r-- | www-servers/thin/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/thin/files/thin.initd-2 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/thin/ChangeLog b/www-servers/thin/ChangeLog index 99ec2a8bf1be..500c72a2db2d 100644 --- a/www-servers/thin/ChangeLog +++ b/www-servers/thin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/thin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.27 2013/11/11 14:19:29 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.28 2013/11/11 16:29:03 a3li Exp $ + + 11 Nov 2013; Alex Legler <a3li@gentoo.org> files/thin.initd-2: + Path fix *thin-1.5.1-r3 (11 Nov 2013) diff --git a/www-servers/thin/files/thin.initd-2 b/www-servers/thin/files/thin.initd-2 index af87f0eb1692..eac5f5c2bf34 100644 --- a/www-servers/thin/files/thin.initd-2 +++ b/www-servers/thin/files/thin.initd-2 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/files/thin.initd-2,v 1.1 2013/11/11 14:19:30 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/files/thin.initd-2,v 1.2 2013/11/11 16:29:03 a3li Exp $ SERVER=${SVCNAME#*.} if [ ${SERVER} != thin ]; then @@ -53,7 +53,7 @@ buildargs() { action() { checkconfig || return 1 - [ ${DO_BUNDLER} -ne 0 ] && RUBY="${RUBY} bundle exec" + [ ${DO_BUNDLER} -ne 0 ] && RUBY="${RUBY} /usr/bin/bundle exec" if [ ${SERVER} = thin ]; then ebegin "$2 all thin servers in ${CONFIG}" |