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