From owner-cvs-all Thu Mar 29 6: 4:29 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 94CFA37B718; Thu, 29 Mar 2001 06:04:20 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TE4KR35350; Thu, 29 Mar 2001 06:04:20 -0800 (PST) (envelope-from asmodai) Message-Id: <200103291404.f2TE4KR35350@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Thu, 29 Mar 2001 06:04:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile src/etc/defaults make.conf src/share/man/man5 make.conf.5 src/usr.sbin/jail jail.8 src/usr.sbin/mergemaster mergemaster.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/03/29 06:04:19 PST Modified files: etc Makefile etc/defaults make.conf Log: Change NO_MAKEDEV to a finer granularity method: NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge. Revision Changes Path 1.248 +4 -2 src/etc/Makefile 1.154 +6 -3 src/etc/defaults/make.conf Modified files: share/man/man5 make.conf.5 usr.sbin/jail jail.8 Log: Change NO_MAKEDEV to a finer granularity method: NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge. Reflect this in the documentation. Revision Changes Path 1.13 +9 -2 src/share/man/man5/make.conf.5 1.24 +2 -2 src/usr.sbin/jail/jail.8 Modified files: usr.sbin/mergemaster mergemaster.sh Log: Change NO_MAKEDEV to a finer granularity method: NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge. Reflect this in mergemaster, this might later on be decided to be set to NO_MAKEDEV_INSTALL, for now I kept to the old behaviour. Revision Changes Path 1.18 +2 -2 src/usr.sbin/mergemaster/mergemaster.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message