From owner-cvs-all Tue Apr 9 15:38:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9BDE37B405; Tue, 9 Apr 2002 15:38:40 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g39Mcev65527; Tue, 9 Apr 2002 15:38:40 -0700 (PDT) (envelope-from sobomax) Message-Id: <200204092238.g39Mcev65527@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Apr 2002 15:38:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/cli Makefile ports/lang/cli/files patch-pal::unix::file::file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/04/09 15:38:40 PDT Modified files: lang/cli Makefile Added files: lang/cli/files patch-pal::unix::file::file.c Log: Fix a silly permission bug, which results in a 777 permission all over the WRKSRC. The problem was that when trying to map read-only FAT attribute into *nix permission, MS assumed that if that attribute isn't set then write permissions should be granted to everyone. Funny, eh? Bump PORTREVISION. Revision Changes Path 1.7 +1 -2 ports/lang/cli/Makefile 1.1 +25 -0 ports/lang/cli/files/patch-pal::unix::file::file.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message