Modified: trunk/launchd/src/launchctl.c (22926 => 22927)
--- 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);