From owner-cvs-all Wed Jul 18 3: 0: 0 2001 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 3BA4237B406; Wed, 18 Jul 2001 02:59:55 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6I9xt016978; Wed, 18 Jul 2001 02:59:55 -0700 (PDT) (envelope-from roam) Message-Id: <200107180959.f6I9xt016978@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 18 Jul 2001 02:59:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kmod.mk 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 roam 2001/07/18 02:59:55 PDT Modified files: sys/conf kmod.mk Log: Make sure that installing a module complains if the target modules directory does not exist, instead of creating/overwriting a file with the name of the (expected) directory. Yes, this deviates a bit from nearly all other install targets in the tree, but let's face it, removing a modules directory is not all that uncommon a mistake, and finding a file with the contents of the last module installed is a baaad surprise at boot time.. PR: 26317 Submitted by: "T. William Wells" (the PR) Gregory Bond (the actual patch) Reviewed by: silence on -arch and -audit for the last 10 days MFC after: 2 weeks Revision Changes Path 1.104 +2 -2 src/sys/conf/kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message