From 4c95829bdd7d1c4dda5c2d028646a061c42560df Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 12 May 2007 07:09:00 +0000 Subject: [PATCH] Add resident.conf(5) and varsym.conf(5) manual pages. --- share/man/man5/resident.conf.5 | 67 +++++++++++++++++++++++++++++++++++++ share/man/man5/varsym.conf.5 | 75 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+) create mode 100644 share/man/man5/resident.conf.5 create mode 100644 share/man/man5/varsym.conf.5 diff --git a/share/man/man5/resident.conf.5 b/share/man/man5/resident.conf.5 new file mode 100644 index 0000000000..737e9bc5e8 --- /dev/null +++ b/share/man/man5/resident.conf.5 @@ -0,0 +1,67 @@ +.\" +.\" Copyright (c) 2007 +.\" The DragonFly Project. All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in +.\" the documentation and/or other materials provided with the +.\" distribution. +.\" 3. Neither the name of The DragonFly Project nor the names of its +.\" contributors may be used to endorse or promote products derived +.\" from this software without specific, prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +.\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, +.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED +.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $DragonFly: src/share/man/man5/resident.conf.5,v 1.1 2007/05/12 07:09:00 swildner Exp $ +.\" +.Dd May 9, 2007 +.Os +.Dt RESIDENT.CONF 5 +.Sh NAME +.Nm resident.conf +.Nd list of dynamic binaries to make resident +.Sh SYNOPSIS +.Pa /etc/resident.conf +.Sh DESCRIPTION +The +.Nm +file specifies a list of binaries to make resident using +.Xr resident 8 . +Wildcards are allowed and empty lines or lines beginning with a +.Dq # +are ignored. +.Pp +Processing of +.Nm +is activated by setting +.Va resident_enable +in +.Pa /etc/rc.conf . +.Sh FILES +.Bl -tag -width ".Pa /etc/resident.conf" -compact +.It Pa /etc/resident.conf +configuration file for specifying binaries to make resident +.El +.Sh SEE ALSO +.Xr rc.conf 5 , +.Xr resident 8 +.Sh AUTHORS +This manual page was written by +.An Sascha Wildner . diff --git a/share/man/man5/varsym.conf.5 b/share/man/man5/varsym.conf.5 new file mode 100644 index 0000000000..4cf1260392 --- /dev/null +++ b/share/man/man5/varsym.conf.5 @@ -0,0 +1,75 @@ +.\" +.\" Copyright (c) 2007 +.\" The DragonFly Project. All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in +.\" the documentation and/or other materials provided with the +.\" distribution. +.\" 3. Neither the name of The DragonFly Project nor the names of its +.\" contributors may be used to endorse or promote products derived +.\" from this software without specific, prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +.\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, +.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED +.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $DragonFly: src/share/man/man5/varsym.conf.5,v 1.1 2007/05/12 07:09:00 swildner Exp $ +.\" +.Dd May 11, 2007 +.Os +.Dt VARSYM.CONF 5 +.Sh NAME +.Nm varsym.conf +.Nd set system-wide +.Xr varsym 8 +variables +.Sh SYNOPSIS +.Pa /etc/varsym.conf +.Sh DESCRIPTION +The +.Nm +file specifies a list of variables that can then be used in variant symlinks. +Each line has the format +.Li var=data . +Empty lines or lines beginning with a +.Dq # +are ignored. +.Pp +Processing +.Nm +is activated by setting +.Va varsym_enable +in +.Pa /etc/rc.conf and setting the +.Va vfs.varsym_enable +sysctl. +.Sh FILES +.Bl -tag -width ".Pa /etc/varsym.conf" -compact +.It Pa /etc/varsym.conf +configuration file for specifying system-wide +.Xr varsym 8 +variables +.El +.Sh SEE ALSO +.Xr varsym 1 , +.Xr ln 1 , +.Xr rc.conf 5 +.Sh AUTHORS +This manual page was written by +.An Sascha Wildner . -- 2.11.4.GIT