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

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 8 09:26:17 PST 2007


Revision: 23044
          http://trac.macosforge.org/projects/launchd/changeset/23044
Author:   zarzycki at apple.com
Date:     2007-02-08 09:26:17 -0800 (Thu, 08 Feb 2007)

Log Message:
-----------
Christopher Ryan says that I can remove this right away.

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

Deleted: trunk/launchd/src/StartupItems/AppleShare
===================================================================
--- 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
===================================================================
--- 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");
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070208/76c1b97d/attachment.html


More information about the launchd-changes mailing list