More com.googlecode.munki.munkistatus vs com.googlecode.munki.MunkiStatus cleanup

git-svn-id: http://munki.googlecode.com/svn/trunk@448 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2010-02-08 19:23:14 +00:00
parent 0b14594677
commit e562922e6e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ def launchMunkiStatus():
# happier.
# there needs to be a launch agent that is triggered when the launchfile
# is created; and that launch agent then runs MunkiStatus.app.
launchfile = "/var/run/com.googlecode.munki.munkistatus"
launchfile = "/var/run/com.googlecode.munki.MunkiStatus"
cmd = ['/usr/bin/touch', launchfile]
retcode = subprocess.call(cmd)
time.sleep(1)
@@ -20,7 +20,7 @@
<dict>
<key>PathState</key>
<dict>
<key>/var/run/com.googlecode.munki.munkistatus</key>
<key>/var/run/com.googlecode.munki.MunkiStatus</key>
<true/>
</dict>
</dict>