From owner-freebsd-arch@FreeBSD.ORG Fri Aug 22 15:29:47 2008 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08307106567E for ; Fri, 22 Aug 2008 15:29:47 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.228]) by mx1.freebsd.org (Postfix) with ESMTP id CFB448FC16 for ; Fri, 22 Aug 2008 15:29:46 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so854175rvf.43 for ; Fri, 22 Aug 2008 08:29:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=Hf6g0S0fCu6z6/qyDEzklplD8Wy83XKs20yQd3/0z7o=; b=O8Mo6GtIiiDq/N8RDRwkP5k4dWUqr/lcdLw1IB0J8IlYn6VSQaMQ74NpypT3j5M0L3 Y3Z0nWRhHnaHPS/5vwXfaih27uCkqzOh+oG7rYXf9mCXe+vdSTBV5X92RTnvxy1SUY6d 740GMfK2j+PLtHXPggOgXc1/+5YJgi9MZp8Hg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=Gy1P8aaQ90ytQggrS/Py2f1eouZXife8mRXwZNERhIYp/r+fIm1z65zG/8UyX2/cXt p8RnOFCVQBF5yu4ctgWMZ5eabMus8RM1tl/xY3dBb2n80AxLyalmr/U11YebGSCDx0GC CIH3x3JgydjaR2vzZhVMSO5T1OjwsliPmrCBw= Received: by 10.141.113.6 with SMTP id q6mr585774rvm.135.1219417351285; Fri, 22 Aug 2008 08:02:31 -0700 (PDT) Received: by 10.141.153.13 with HTTP; Fri, 22 Aug 2008 08:02:31 -0700 (PDT) Message-ID: <9bbcef730808220802pa84b597u457100a23b03a80c@mail.gmail.com> Date: Fri, 22 Aug 2008 17:02:31 +0200 From: "Ivan Voras" Sender: ivoras@gmail.com To: "Brooks Davis" In-Reply-To: <20080822150020.GA57443@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080822150020.GA57443@lor.one-eyed-alien.net> X-Google-Sender-Auth: 9e2f17f926945b57 Cc: freebsd-arch@freebsd.org Subject: Re: Magic symlinks redux X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 15:29:47 -0000 2008/8/22 Brooks Davis : > I have an implementation derived from Andrey's port of the DragonFly > implementation which will be committed in the next month or two. We > discussed it in detail at the dev summit and subject to a few more > changes and cleanup, it's ready to go. It allows significantly more > flexibility than the NetBSD approach while avoiding many of the pitfalls > involved in variant symlinks. Does it also support special automatic variables like uid, hostname?