[launchd-changes] [22927] trunk/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 30 16:11:51 PST 2006


Revision: 22927
          http://trac.macosforge.org/projects/launchd/changeset/22927
Author:   zarzycki at apple.com
Date:     2006-10-30 16:11:51 -0800 (Mon, 30 Oct 2006)

Log Message:
-----------
<rdar://problem/4809882> do not load the Firewall tool during startup

Modified Paths:
--------------
    trunk/launchd/src/launchctl.c

Modified: trunk/launchd/src/launchctl.c
===================================================================
--- trunk/launchd/src/launchctl.c	2006-10-30 16:16:10 UTC (rev 22926)
+++ trunk/launchd/src/launchctl.c	2006-10-31 00:11:51 UTC (rev 22927)
@@ -1233,11 +1233,6 @@
 		assumes(fwexec(audit_tool, true) != -1);
 	}
 
-	if (path_check("/Library/Preferences/com.apple.sharing.firewall.plist")) {
-		const char *fw_tool[] = { "/usr/libexec/FirewallTool", NULL };
-		assumes(fwexec(fw_tool, true) != -1);
-	}
-
 	const char *bcc_tool[] = { "BootCacheControl", "start", NULL };
 	assumes(fwexec(bcc_tool, true) != -1);
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20061030/e77cbd92/attachment.html


More information about the launchd-changes mailing list