<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,8 @@
 
 * Fixing backgroundjob to use --daemon
 * Fixing merb init to use daemon init function on start (then it plays nice with monit)
+* Fixing backgroundjob init (BIN_PATH error)
+* Adding --log to backgroundjob init.d
 
 == 0.3.5 2008-05-08
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -10,8 +10,8 @@ namespace :backgroundjob do
     &lt;dd&gt;Path to start.
     &lt;dd class=&quot;default&quot;&gt;Defaults to: 
     &lt;pre&gt;
-      \#{current_path}/script/bj --forever --rails_env=production --rails_root=\#{current_path} --redirect \
-      --redirect=\#{backgroundjob_log_path} --pidfile=\#{backgroundjob_pid_path} --daemon
+      \#{current_path}/script/bj --forever --rails_env=production --rails_root=\#{current_path} \
+      --redirect=\#{backgroundjob_log_path} --log=\#{backgroundjob_log_path} --pidfile=\#{backgroundjob_pid_path} --daemon
     &lt;/pre&gt;
     &lt;/dd&gt;
     &lt;dt&gt;backgroundjob_pid_path&lt;/dt&gt;
@@ -30,7 +30,7 @@ namespace :backgroundjob do
       fetch_or_default(:backgroundjob_log_path, &quot;#{shared_path}/log/bj.log&quot;)
       
       default_bin_path = &quot;#{current_path}/script/bj run --forever --rails_env=production --rails_root=#{current_path} \
---redirect=#{backgroundjob_log_path} --pidfile=#{backgroundjob_pid_path} --daemon&quot;
+--redirect=#{backgroundjob_log_path} --log=#{backgroundjob_log_path} --pidfile=#{backgroundjob_pid_path} --daemon&quot;
       
       fetch_or_default(:backgroundjob_bin_path, default_bin_path)      
 </diff>
      <filename>lib/recipes/centos/backgroundjob.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@
 RETVAL=0
 
 DESC=&quot;backgroundjob daemon (&lt;%= application %&gt;)&quot;
-BIN_PATH&quot;&lt;%= backgroundjob_bin_path %&gt;&quot;
+BIN_PATH=&quot;&lt;%= backgroundjob_bin_path %&gt;&quot;
 PID_FILE=&quot;&lt;%= backgroundjob_pid_path %&gt;&quot;
 
 start() {</diff>
      <filename>lib/templates/backgroundjob/backgroundjob.initd.centos.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5a2d151c3131dab373f9e551f0fd5fab7f6089ca</id>
    </parent>
  </parents>
  <author>
    <name>Gabe</name>
    <email>gabrielh@gmail.com</email>
  </author>
  <url>http://github.com/gabriel/capitate/commit/696d1f1451cab48aa2c7f310e5ed88d1ef6baba5</url>
  <id>696d1f1451cab48aa2c7f310e5ed88d1ef6baba5</id>
  <committed-date>2008-05-12T10:17:46-07:00</committed-date>
  <authored-date>2008-05-12T10:17:46-07:00</authored-date>
  <message>Fixing background job init</message>
  <tree>924d72fdb5eff0a916af7c41ba97cef2aa0a694b</tree>
  <committer>
    <name>Gabe</name>
    <email>gabrielh@gmail.com</email>
  </committer>
</commit>
