Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/passenger/files: 30_mod_passenger-2.0.1.conf
Date: Sat, 24 Nov 2012 14:06:33
Message-Id: 20121124140622.60DC020C9F@flycatcher.gentoo.org
1 graaff 12/11/24 14:06:22
2
3 Modified: 30_mod_passenger-2.0.1.conf
4 Log:
5 Specify /usr/bin/ruby as the interpreter since this will work in most cases where people have a single RUBY_TARGET.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.2 www-apache/passenger/files/30_mod_passenger-2.0.1.conf
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/files/30_mod_passenger-2.0.1.conf?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/files/30_mod_passenger-2.0.1.conf?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/files/30_mod_passenger-2.0.1.conf?r1=1.1&r2=1.2
15
16 Index: 30_mod_passenger-2.0.1.conf
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/files/30_mod_passenger-2.0.1.conf,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 30_mod_passenger-2.0.1.conf 1 Jul 2008 19:36:17 -0000 1.1
23 +++ 30_mod_passenger-2.0.1.conf 24 Nov 2012 14:06:22 -0000 1.2
24 @@ -22,7 +22,7 @@
25 PassengerLogLevel 0
26
27 # This option allows one to specify the Ruby interpreter to use.
28 -PassengerRuby /usr/bin/ruby18
29 +PassengerRuby /usr/bin/ruby
30
31 # Whether Passenger should automatically detect whether a virtual host's
32 # document root is a Ruby on Rails application.