[launchd-changes] [23036] trunk/launchd/src/StartupItems

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 7 09:39:53 PST 2007


Revision: 23036
          http://trac.macosforge.org/projects/launchd/changeset/23036
Author:   zarzycki at apple.com
Date:     2007-02-07 09:39:53 -0800 (Wed, 07 Feb 2007)

Log Message:
-----------
<rdar://problem/4538932> Remove the IPServices StartupItem

Removed Paths:
-------------
    trunk/launchd/src/StartupItems/IPServices
    trunk/launchd/src/StartupItems/IPServices.plist

Deleted: trunk/launchd/src/StartupItems/IPServices
===================================================================
--- trunk/launchd/src/StartupItems/IPServices	2007-02-07 16:34:09 UTC (rev 23035)
+++ trunk/launchd/src/StartupItems/IPServices	2007-02-07 17:39:53 UTC (rev 23036)
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-##
-# IP Services
-##
-
-[ -f /System/Library/LaunchDaemons/com.apache.httpd.plist ] && exit 0
-
-. /etc/rc.common
-
-StartService ()
-{
-	if [ -a /etc/com.apple.named.conf.proxy ]
-	then
-		echo "Starting Internet address sharing"
-		/usr/libexec/InternetSharing
-	fi
-}
-
-StopService ()
-{
-    return 0
-}
-
-RestartService ()
-{
-    return 0
-}
-
-RunService "$1"

Deleted: trunk/launchd/src/StartupItems/IPServices.plist
===================================================================
--- trunk/launchd/src/StartupItems/IPServices.plist	2007-02-07 16:34:09 UTC (rev 23035)
+++ trunk/launchd/src/StartupItems/IPServices.plist	2007-02-07 17:39:53 UTC (rev 23036)
@@ -1,5 +0,0 @@
-{
-  Description     = "Internet services";
-  Provides        = ("Super Server", "Config Server");
-  Uses            = ("mDNSResponder", "Portmap");
-}

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


More information about the launchd-changes mailing list