MFC rc.conf 1.269 and rc.conf.5 1.275 - clear_tmp_X variable,

to support the cleanup of etc/rc.d/cleartmp
This commit is contained in:
dougb 2006-01-17 07:02:04 +00:00
parent 73ebda7083
commit ae243ed8eb
2 changed files with 10 additions and 1 deletions

View File

@ -494,6 +494,7 @@ svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO).
osf1_enable="NO" # Alpha OSF/1 emulation loaded at startup (or NO). osf1_enable="NO" # Alpha OSF/1 emulation loaded at startup (or NO).
clear_tmp_enable="NO" # Clear /tmp at startup. clear_tmp_enable="NO" # Clear /tmp at startup.
clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp
ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks
ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/compat/pkg" ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/compat/pkg"
# shared library search paths # shared library search paths

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 19, 2005 .Dd December 20, 2005
.Dt RC.CONF 5 .Dt RC.CONF 5
.Os .Os
.Sh NAME .Sh NAME
@ -2799,6 +2799,14 @@ Set to
to have to have
.Pa /tmp .Pa /tmp
cleaned at startup. cleaned at startup.
.It Va clear_tmp_X
.Pq Vt bool
Set to
.Dq Li NO
to disable removing of X11 lock files,
and the removal and (secure) recreation
of the various socket directories for X11
related programs.
.It Va ldconfig_paths .It Va ldconfig_paths
.Pq Vt str .Pq Vt str
Set to the list of shared library paths to use with Set to the list of shared library paths to use with