<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,11 +7,9 @@ depend() {
   need net
 }
 
-MONGODB_EXEC=&quot;${MONGODB_EXEC:-/usr/bin/mongod}&quot;
-MONGODB_MASTER_DATA=&quot;${MONGODB_MASTER_DATA:-/db/mongodb/master}&quot;
-MONGODB_SLAVE_DATA=&quot;${MONGODB_SLAVE_DATA:-/db/mongodb/slave}&quot;
-MONGODB_MASTER_LOG=&quot;${MONGODB_MASTER_LOG:-/var/log/mongodb/master.log}&quot;
-MONGODB_SLAVE_LOG=&quot;${MONGODB_SLAVE_LOG:-/var/log/mongodb/slave.log}&quot;
+MONGODB_EXEC=&quot;${MONGODB_EXEC:-/usr/local/mongodb/bin/mongod}&quot;
+MONGODB_MASTER_DATA=&quot;${MONGODB_MASTER_DATA:-/db/mongodb/masterdb}&quot;
+MONGODB_SLAVE_DATA=&quot;${MONGODB_SLAVE_DATA:-/db/mongodb/slavedb}&quot;
 MONGODB_USER=&quot;${MONGODB_USER:-mongodb}&quot;
 MONGODB_MASTER_PID_FILE=&quot;${MONGODB_MASTER_PID_FILE:-/var/run/mongodb/master.pid}&quot;
 MONGODB_SLAVE_PID_FILE=&quot;${MONGODB_SLAVE_PID_FILE:-/var/run/mongodb/slave.pid}&quot;
@@ -24,7 +22,6 @@ start() {
   ebegin &quot;Starting Master ${SVCNAME}&quot;
 
   args=&quot;--dbpath $MONGODB_MASTER_DATA --port $MONGODB_MASTER_PORT --bind_ip $MONGODB_IP&quot;
-  args=&quot;${args} --logpath $MONGODB_MASTER_LOG --logappend $MONGODB_OPTIONS&quot;
 
   start-stop-daemon --background --start --chuid ${MONGODB_USER} --pidfile \
   &quot;${MONGODB_MASTER_PID_FILE}&quot; --make-pidfile --exec ${MONGODB_EXEC} \
@@ -34,7 +31,6 @@ start() {
   ebegin &quot;Starting Slave ${SVCNAME}&quot;
 
   args=&quot;--dbpath $MONGODB_SLAVE_DATA --port $MONGODB_SLAVE_PORT --bind_ip $MONGODB_IP&quot;
-  args=&quot;${args} --logpath $MONGODB_SLAVE_LOG --logappend $MONGODB_OPTIONS&quot;
 
   start-stop-daemon --background --start --chuid ${MONGODB_USER} --pidfile \
   &quot;${MONGODB_SLAVE_PID_FILE}&quot; --make-pidfile --exec ${MONGODB_EXEC} \</diff>
      <filename>cookbooks/mongodb/files/default/mongodb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>16514dbf3bbe9454f9b7c5be806306f43f984949</id>
    </parent>
  </parents>
  <author>
    <name>Rogelio J. Samour</name>
    <email>rogelio@therubymug.com</email>
  </author>
  <url>http://github.com/durran/ey-cloud-recipes/commit/a440e238387ce4f07c124e9a4b5ddf5b0f5ef9d4</url>
  <id>a440e238387ce4f07c124e9a4b5ddf5b0f5ef9d4</id>
  <committed-date>2009-11-13T08:56:34-08:00</committed-date>
  <authored-date>2009-11-13T08:56:34-08:00</authored-date>
  <message>Fix typos in mongodb init script</message>
  <tree>c120242d41897bf79347f1e29e2a68fd5adb472a</tree>
  <committer>
    <name>Rogelio J. Samour</name>
    <email>rogelio@therubymug.com</email>
  </committer>
</commit>
