Revision: 23044 http://trac.macosforge.org/projects/launchd/changeset/23044 Author: zarzycki@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"); -}
participants (1)
-
source_changes@macosforge.org