[launchd-changes] [23695] trunk/launchd/src/rc.netboot

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 22 15:42:13 PDT 2008


Revision: 23695
          http://trac.macosforge.org/projects/launchd/changeset/23695
Author:   dsorresso at apple.com
Date:     2008-08-22 15:42:13 -0700 (Fri, 22 Aug 2008)
Log Message:
-----------
Merging changes for rdar://problem/5977502.

Modified Paths:
--------------
    trunk/launchd/src/rc.netboot

Modified: trunk/launchd/src/rc.netboot
===================================================================
--- trunk/launchd/src/rc.netboot	2008-08-22 22:41:11 UTC (rev 23694)
+++ trunk/launchd/src/rc.netboot	2008-08-22 22:42:13 UTC (rev 23695)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ##
-# Copyright 2002 Apple Computer, Inc.
+# Copyright 2002-2008 Apple Inc.
 #
 # This script configures NetBoot
 ##
@@ -105,7 +105,11 @@
 	return 1
     fi
     case "${mount_from}" in
-	afp:*) fstype=afp;;
+	afp:*)
+		fstype=afp
+		kextload /System/Library/Filesystems/AppleShare/asp_tcp.kext
+		kextload /System/Library/Filesystems/AppleShare/afpfs.kext
+		;;
  	nfs:*) fstype=nfs;;
 	*) echo "unknown network filesystem mount from ${mount_from}"
 	   return 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080822/bdb1b4ef/attachment-0001.html 


More information about the launchd-changes mailing list