cvs commit: src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d
tmp var
Giorgos Keramidas
keramida at FreeBSD.org
Mon Jan 17 03:51:01 PST 2005
keramida 2005-01-17 11:51:01 UTC
FreeBSD src repository (doc committer)
Modified files: (Branch: RELENG_5)
etc rc.subr
etc/defaults rc.conf
etc/rc.d tmp var
Log:
MFC: defaults/rc.conf -> 1.230, 1.231
rc.subr -> 1.32, 1.33
rc.d/tmp -> 1.35
rc.d/var -> 1.35
Fix a minor, cosmetic typo of `rc.subr'.
Add two new rc.conf options: tmpmfs_flags and varmfs_flags.
These can be used to pass extra options to the mdmfs(8) utility,
to customize the finer details of the md file system creation
(i.e. to turn on/off softupdates, to specify a default owner for
md filesystem, etc).
Use these two new flags to mount tmpmfs and varmfs without
softupdates, since it doesn't make much sense to use SU on
malloc-backed file systems.
Revision Changes Path
1.212.2.10 +2 -0 src/etc/defaults/rc.conf
1.32.2.3 +2 -2 src/etc/rc.d/tmp
1.32.2.3 +2 -2 src/etc/rc.d/var
1.31.2.1 +4 -4 src/etc/rc.subr
More information about the cvs-src
mailing list