[30944] trunk/base/portmgr/jobs/org.macports.PortIndex2MySQL.plist

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 11 22:00:49 PST 2007


Revision: 30944
          http://trac.macosforge.org/projects/macports/changeset/30944
Author:   jmpp at macports.org
Date:     2007-11-11 22:00:49 -0800 (Sun, 11 Nov 2007)

Log Message:
-----------

Rework the PortIndex2MySQL plist to be precise about the time the job executes, providing two StartCalendarInterval dicts rather than one and a drift.
Also remove some unnecessary cruft introduced by Lingon.

Thanks to Bill (wms) for the help in the cleanup!

Modified Paths:
--------------
    trunk/base/portmgr/jobs/org.macports.PortIndex2MySQL.plist

Modified: trunk/base/portmgr/jobs/org.macports.PortIndex2MySQL.plist
===================================================================
--- trunk/base/portmgr/jobs/org.macports.PortIndex2MySQL.plist	2007-11-12 04:39:03 UTC (rev 30943)
+++ trunk/base/portmgr/jobs/org.macports.PortIndex2MySQL.plist	2007-11-12 06:00:49 UTC (rev 30944)
@@ -2,28 +2,28 @@
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
-	<key>Debug</key>
-	<false/>
 	<key>Label</key>
 	<string>org.macports.PortIndex2MySQL</string>
-	<key>OnDemand</key>
-	<true/>
 	<key>ProgramArguments</key>
 	<array>
 		<string>/opt/local/share/macports/resources/portmgr/PortIndex2MySQL</string>
 	</array>
-	<key>RunAtLoad</key>
-	<false/>
 	<key>StartCalendarInterval</key>
+        <array>
 	<dict>
 		<key>Hour</key>
 		<integer>4</integer>
 		<key>Minute</key>
 		<integer>15</integer>
 	</dict>
-	<key>StartInterval</key>
-	<integer>43200</integer>
+	    <dict>
+	        <key>Hour</key>
+		<integer>16</integer>
+		<key>Minute</key>
+		<integer>15</integer>
+	    </dict>
+        </array>
         <key>UserName</key>
-        <string>juan</string>
+        <string>jmpp</string>
 </dict>
 </plist>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071111/aa7e0942/attachment.html


More information about the macports-changes mailing list