Date: Thu, 29 Mar 2001 06:04:20 -0800 (PST) From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> 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 Message-ID: <200103291404.f2TE4KR35350@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103291404.f2TE4KR35350>
