Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/chef-solr/files/confd: chef-solr chef-solr-indexer
Date: Sat, 03 Jul 2010 12:54:21
Message-Id: 20100703125417.917CE2CF3B@corvid.gentoo.org
1 hollow 10/07/03 12:54:17
2
3 Added: chef-solr chef-solr-indexer
4 Log:
5 initial ebuild, thanks to Gábor Vészi
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-admin/chef-solr/files/confd/chef-solr
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef-solr/files/confd/chef-solr?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef-solr/files/confd/chef-solr?rev=1.1&content-type=text/plain
13
14 Index: chef-solr
15 ===================================================================
16 # /etc/conf.d/chef-solr: config file for /etc/init.d/chef-solr
17
18 # The configuration file to use.
19 #CONFIGFILE="/etc/chef/solr.rb"
20
21 # The user and group to set privilege to.
22 #CHEF_USER="chef"
23 #CHEF_GROUP="chef"
24
25 # Log file location.
26 #CHEF_SOLR_LOGFILE="/var/log/chef/solr.log"
27
28 # Any radom options you want to pass to chef-solr.
29 #CHEF_SOLR_OPTS=""
30
31 # Path to the chef solr binary.
32 #CHEF_SOLR_BINARY="/usr/bin/chef-solr"
33
34 # PID file location.
35 #CHEF_SOLR_PIDFILE="/var/run/chef/solr.pid"
36
37
38
39 1.1 app-admin/chef-solr/files/confd/chef-solr-indexer
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef-solr/files/confd/chef-solr-indexer?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef-solr/files/confd/chef-solr-indexer?rev=1.1&content-type=text/plain
43
44 Index: chef-solr-indexer
45 ===================================================================
46 # /etc/conf.d/chef-solr-indexer: config file for /etc/init.d/chef-solr-indexer
47
48 # The configuration file to use.
49 #CONFIGFILE="/etc/chef/solr.rb"
50
51 # The user and group to set privilege to.
52 #CHEF_USER="chef"
53 #CHEF_GROUP="chef"
54
55 # Log file location.
56 #CHEF_SOLR_INDEXER_LOGFILE="/var/log/chef/solr-indexer.log"
57
58 # Any radom options you want to pass to chef-solr-indexer.
59 #CHEF_SOLR_INDEXER_OPTS=""
60
61 # Path to the chef solr indexer binary.
62 #CHEF_SOLR_INDEXER_BINARY="/usr/bin/chef-solr-indexer"
63
64 # PID file location.
65 #CHEF_SOLR_INDEXER_PIDFILE="/var/run/chef/solr-indexer.pid"