Date: Tue, 23 Mar 2004 15:22:35 -0800 (PST) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d Makefile cleanvar cleartmp diskless hostname resolv tmp var Message-ID: <200403232322.i2NNMZLe056410@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2004/03/23 15:22:35 PST
FreeBSD src repository
Modified files:
share/man/man5 rc.conf.5
etc rc.subr
etc/defaults rc.conf
etc/rc.d Makefile cleanvar cleartmp hostname
resolv tmp var
Removed files:
etc/rc.d diskless
Log:
Overhaul the /etc/rc.d/diskless script by splitting it out into
hostname, resolve, tmp, and var scripts. The latter three are new and
were repo copied. These scripts no longer depend on being booted with
and NFS root instead attempt to automaticly create mfs /tmp and /var
volumes if the they are not writable. This behavior can be overridden
in /etc/rc.conf.
Reviewed by: luigi, pjd
Revision Changes Path
1.202 +5 -0 src/etc/defaults/rc.conf
1.36 +4 -4 src/etc/rc.d/Makefile
1.6 +1 -1 src/etc/rc.d/cleanvar
1.10 +1 -1 src/etc/rc.d/cleartmp
1.32 +0 -173 src/etc/rc.d/diskless (dead)
1.6 +8 -0 src/etc/rc.d/hostname
1.32 +11 -128 src/etc/rc.d/resolv
1.32 +26 -134 src/etc/rc.d/tmp
1.32 +56 -132 src/etc/rc.d/var
1.26 +13 -0 src/etc/rc.subr
1.209 +42 -0 src/share/man/man5/rc.conf.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403232322.i2NNMZLe056410>
