Revision
23036
Author
zarzycki@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

Diff

Deleted: trunk/launchd/src/StartupItems/IPServices (23035 => 23036)


--- 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 (23035 => 23036)


--- 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");
-}