From owner-cvs-all Mon Oct 19 23:37:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13708 for cvs-all-outgoing; Mon, 19 Oct 1998 23:37:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13703; Mon, 19 Oct 1998 23:37:04 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA28141; Mon, 19 Oct 1998 23:37:01 -0700 (PDT) Date: Mon, 19 Oct 1998 23:37:01 -0700 (PDT) Message-Id: <199810200637.XAA28141@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/mkdir mkdir.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/10/19 23:37:01 PDT Modified files: bin/mkdir mkdir.c Log: - mkdir -m should call chmod because the high-order bits get ignored by the kernel as a security feature of some sort. Submitted by: Wilfredo Sanchez Revision Changes Path 1.12 +19 -1 src/bin/mkdir/mkdir.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message