[launchd-changes] [23861] trunk/launchd.xcodeproj/project.pbxproj

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 17 15:23:19 PDT 2009


Revision: 23861
          http://trac.macosforge.org/projects/launchd/changeset/23861
Author:   dsorresso at apple.com
Date:     2009-03-17 15:23:18 -0700 (Tue, 17 Mar 2009)
Log Message:
-----------
<rdar://problem/6683265> 10A299: launchd creating /var/db/launchd.db and ../com.apple.launchd at first launch

Modified Paths:
--------------
    trunk/launchd.xcodeproj/project.pbxproj

Modified: trunk/launchd.xcodeproj/project.pbxproj
===================================================================
--- trunk/launchd.xcodeproj/project.pbxproj	2009-03-15 03:34:30 UTC (rev 23860)
+++ trunk/launchd.xcodeproj/project.pbxproj	2009-03-17 22:23:18 UTC (rev 23861)
@@ -887,7 +887,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 1;
 			shellPath = /bin/sh;
-			shellScript = "/Developer/Makefiles/bin/compress-man-pages.pl -d \"$DSTROOT\" /usr/share/man";
+			shellScript = "/Developer/Makefiles/bin/compress-man-pages.pl -d \"$DSTROOT\" /usr/share/man\n/bin/mkdir -p \"$DSTROOT/private/var/db/launchd.db/com.apple.launchd\"\n/usr/sbin/chown root:wheel \"$DSTROOT/private/var/db/launchd.db\"\n/usr/sbin/chown root:wheel \"$DSTROOT/private/var/db/launchd.db/com.apple.launchd\"\n\n";
 			showEnvVarsInLog = 0;
 		};
 		4B10F1F00F43BF5C00875782 /* ShellScript */ = {
@@ -915,7 +915,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 1;
 			shellPath = /bin/sh;
-			shellScript = "/Developer/Makefiles/bin/compress-man-pages.pl -d \"$DSTROOT\" /usr/share/man";
+			shellScript = "/Developer/Makefiles/bin/compress-man-pages.pl -d \"$DSTROOT\" /usr/share/man\n/bin/mkdir -p \"$DSTROOT/private/var/db/launchd.db/com.apple.launchd\"\n/usr/sbin/chown root:wheel \"$DSTROOT/private/var/db/launchd.db\"\n/usr/sbin/chown root:wheel \"$DSTROOT/private/var/db/launchd.db/com.apple.launchd\"\n";
 			showEnvVarsInLog = 0;
 		};
 		FC7B87EE0EA71A4900542082 /* ShellScript */ = {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20090317/e6c0dff8/attachment.html>


More information about the launchd-changes mailing list