From owner-freebsd-questions@FreeBSD.ORG Tue Jul 27 21:29:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44F251065679 for ; Tue, 27 Jul 2010 21:29:30 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7138FC1F for ; Tue, 27 Jul 2010 21:29:29 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L6800BGHJOSTO90@asmtp023.mac.com> for freebsd-questions@freebsd.org; Tue, 27 Jul 2010 14:29:17 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1007270181 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.0.10011,1.0.148,0.0.0000 definitions=2010-07-27_08:2010-07-27, 2010-07-27, 1970-01-01 signatures=0 From: Chuck Swiger In-reply-to: <436181601.47471280265090354.JavaMail.root@mail-01.cse.ucsc.edu> Date: Tue, 27 Jul 2010 14:29:16 -0700 Message-id: References: <436181601.47471280265090354.JavaMail.root@mail-01.cse.ucsc.edu> To: Tim Gustafson X-Mailer: Apple Mail (2.1081) Cc: FreeBSD Questions Subject: Re: mount_autofs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2010 21:29:30 -0000 Hi-- On Jul 27, 2010, at 2:11 PM, Tim Gustafson wrote: [ ... ] > I had a chat with Alfred Perlstein who worked on some autofs-compatible stuff back in about 2004 for FreeBSD that was dropped because of pressure by Apple. He thinks that the current Apple autofs might be licensed under the ASPL but doesn't have the bandwidth to do any work on porting that to FreeBSD. Most of the autofs code comes from Sun and is licensed under the CDDL. Some Apple-specific changes and pieces of glue are under the APSL. Various versions of the source code are available under: http://www.opensource.apple.com/source/autofs/ http://www.opensource.apple.com/tarballs/autofs/autofs-154.tar.gz It's likely that OpenSolaris has similar source available somewhere which would be likely to be under the CDDL only.... Regards, -- -Chuck