From owner-freebsd-ports@FreeBSD.ORG Mon Dec 8 20:53:29 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86B19FBF for ; Mon, 8 Dec 2014 20:53:29 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C57BE7F for ; Mon, 8 Dec 2014 20:53:29 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id h15so3421894igd.2 for ; Mon, 08 Dec 2014 12:53:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WmynCYgKYJVCwUjm1k1OwdBM9s+d7VRV+WYtNJh5gd4=; b=Ia3NuMLAYec8Oleji8bQAcYsq1mNBKG1D4Jxv4LF/yMOFbChBF8Zje4vxC8Hrsmtdu 2vXye0YkYBh/drRJE1KX6QsqJiu9uYBLSm60jUpEY5IkADCS8BOxcbF7cZ6QdgwalOJB inen4Cs6ymtb0i1aOT3ICTnrN2XKqUvDLiFCqUG9sgTHTDrrscpZ9VgDVBR8G5uTKW9W u+g8fDI8QIxSwx6xbxu7qsKzQP64oK96cZ9CKxwWt7A4rj8ABYDe3+aTc0nHDgFdQhWb 19Ci7UvDZVnxTxCyXvnLDV0h6AsBAq/5HNBtMavqOcehgvaM9oFf5oLEjNTW8DKDtg+z kr3w== MIME-Version: 1.0 X-Received: by 10.107.156.195 with SMTP id f186mr13070866ioe.52.1418072008708; Mon, 08 Dec 2014 12:53:28 -0800 (PST) Received: by 10.107.132.217 with HTTP; Mon, 8 Dec 2014 12:53:28 -0800 (PST) In-Reply-To: <548607EF.5080504@netfence.it> References: <5485FE17.9050909@netfence.it> <548607EF.5080504@netfence.it> Date: Mon, 8 Dec 2014 23:53:28 +0300 Message-ID: Subject: Re: Ports changing permissions on directories From: Sergei Vyshenski To: Andrea Venturoli Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 20:53:29 -0000 On 08.12.2014 23:19, Andrea Venturoli wrote: > Is there some official doc on the interaction between umask and the port > system? Sorry for my partly wrong previous message. The notation of clamav's pkg-plist is perfect! Still the following ref gives details: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-keywords.html Regards, Sergei On Mon, Dec 8, 2014 at 11:19 PM, Andrea Venturoli wrote: > On 12/08/14 21:04, Charles Swiger wrote: > > Since I always need to "chmod 775 /var/db/clamav" after an upgrade, I'm >>> asking: >>> _ where does this come from? I tried to look into Makefile, but didn't >>> get to it; >>> >> >> Is the umask setup in your shell 022 or 002? >> > > If I run "umask" as root, I get 22, if that's what you mean. > > However, I'm puzzled about how this should affect directories which > already exist. > > Is there some official doc on the interaction between umask and the port > system? > > bye & Thanks > av. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >