summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2004-04-04 06:34:37 +0000
committerWes Peters <wes@FreeBSD.org>2004-04-04 06:34:37 +0000
commit69b11e006bfcbc93eda6afb69c730d15b5cc42a8 (patch)
tree5401f1a70481e6aeab41b9df0e9d49da5f894f5a /share/man/man5
parentf7c5baa1c66d89061f673100855c7c32ae63dd28 (diff)
downloadsrc-test2-69b11e006bfcbc93eda6afb69c730d15b5cc42a8.tar.gz
src-test2-69b11e006bfcbc93eda6afb69c730d15b5cc42a8.zip
Notes
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/rc.conf.552
1 files changed, 52 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 5f457fbf5be8..ec0ef7d28841 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -2928,6 +2928,55 @@ to prevent the system from trying to
recover pre-maturely terminated
.Xr vi 1
sessions.
+.It Va ramdisk_units
+.Pq Vt str
+A list of one or more ramdisk units to configure with
+.Xr mdconfig 8
+and
+.Xr newfs 8
+in time to be mounted from
+.Xr fstab 5 .
+Each listed unit
+.Nm X
+must specify at least a
+.Ar type
+in a
+.Nm ramdisk_X_config
+variable.
+.It Va ramdisk_X_config
+.Pq Vt str
+Arguments to
+.Xr mdconfig 8
+for ramdisk
+.Nm X .
+At minimum a
+.Fl Ar t type
+must be specified, where
+.Ar type
+must be one of
+.Nm malloc
+or
+.Nm swap .
+.It Va ramdisk_X_newfs
+.Pq Vt str
+Optional arguments passed to
+.Xr newfs 8
+to initialize ramdisk
+.Nm X .
+.It Va ramdisk_X_owner
+.Pq Vt str
+An ownership specification passed to
+.Xr chown 8
+after the specified ramdisk unit
+.Nm X
+has been mounted. Both the md device and the mount point will be changed.
+.It Va ramdisk_X_perms
+.Pq Vt str
+A mode string passed to
+.Xr chmod 1
+after the specified ramdisk unit
+.Nm X
+has been mounted. Both the md device and the mount point will be changed.
.El
.Sh FILES
.Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact
@@ -2937,6 +2986,7 @@ sessions.
.El
.Sh SEE ALSO
.Xr catman 1 ,
+.Xr chmod 1 ,
.Xr gdb 1 ,
.Xr info 1 ,
.Xr kbdcontrol 1 ,
@@ -2953,6 +3003,7 @@ sessions.
.Xr amd 8 ,
.Xr apm 8 ,
.Xr atm 8 ,
+.Xr chown 8 ,
.Xr cron 8 ,
.Xr dhclient 8 ,
.Xr ifconfig 8 ,
@@ -2966,6 +3017,7 @@ sessions.
.Xr moused 8 ,
.Xr mrouted 8 ,
.Xr named 8 ,
+.Xr newfs 8 ,
.Xr nfsd 8 ,
.Xr ntpd 8 ,
.Xr ntpdate 8 ,