Deleted: trunk/launchd/src/StartupItems/AppleShare (23043 => 23044)
--- trunk/launchd/src/StartupItems/AppleShare 2007-02-08 15:34:54 UTC (rev 23043)
+++ trunk/launchd/src/StartupItems/AppleShare 2007-02-08 17:26:17 UTC (rev 23044)
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-##
-# Apple File Protocol
-##
-
-[ -f /System/Library/LaunchDaemons/com.apple.AppleFileServer.plist ] && exit 0
-
-. /etc/rc.common
-
-StartService ()
-{
- if [ "${AFPSERVER:=-NO-}" = "-YES-" ]; then
- echo "Starting Apple File Service"
- /usr/sbin/AppleFileServer
- fi
-}
-
-StopService ()
-{
- return 0
-}
-
-RestartService ()
-{
- return 0
-}
-
-RunService "$1"
Deleted: trunk/launchd/src/StartupItems/AppleShare.plist (23043 => 23044)
--- trunk/launchd/src/StartupItems/AppleShare.plist 2007-02-08 15:34:54 UTC (rev 23043)
+++ trunk/launchd/src/StartupItems/AppleShare.plist 2007-02-08 17:26:17 UTC (rev 23044)
@@ -1,5 +0,0 @@
-{
- Description = "Apple File Service";
- Provides = ("Apple File Service");
- Requires = ("Disks");
-}