Stop mentioning /usr/X11R6.
Approved by: re (hrs)
This commit is contained in:
parent
5774c5ff93
commit
9a0e6be26a
@ -150,7 +150,7 @@ ttyh0 "/usr/libexec/getty std.9600" hp2621-nl on group=dialup # 457 Evans
|
||||
# John's terminal: vt100
|
||||
ttyh1 "/usr/libexec/getty std.9600" vt100 on group=dialup # 459 Evans
|
||||
# terminal emulate/window system
|
||||
ttyv0 "/usr/X11R6/bin/xterm -display :0" xterm on window="/usr/X11R6/bin/X :0"
|
||||
ttyv0 "/usr/local/bin/xterm -display :0" xterm on window="/usr/local/bin/X :0"
|
||||
# Network pseudo ttys -- don't enable getty
|
||||
ttyp0 none network group=pty
|
||||
ttyp1 none network off group=pty
|
||||
|
@ -390,9 +390,7 @@ The full path to the package.
|
||||
.It Va PREFIX
|
||||
Where to install things in general
|
||||
(usually
|
||||
.Pa /usr/local
|
||||
or
|
||||
.Pa /usr/X11R6 ) .
|
||||
.Pa /usr/local ) .
|
||||
.It Va MASTER_SITES
|
||||
Primary sites for distribution files if not found locally.
|
||||
.It Va PATCH_SITES
|
||||
|
@ -412,10 +412,8 @@ The
|
||||
script can execute scripts from multiple
|
||||
.Nm rc.d/
|
||||
directories.
|
||||
The default locations are
|
||||
.Pa /usr/local/etc/rc.d/
|
||||
and
|
||||
.Pa /usr/X11R6/etc/rc.d/ ,
|
||||
The default location includes
|
||||
.Pa /usr/local/etc/rc.d/ ,
|
||||
but these may be overridden with the
|
||||
.Va local_startup
|
||||
.Xr rc.conf 5
|
||||
|
@ -202,7 +202,7 @@ Runs the command
|
||||
as user
|
||||
.Li man .
|
||||
You will be asked for man's password unless your real UID is 0.
|
||||
.It Li "su man -c 'catman /usr/share/man /usr/local/man /usr/X11R6/man'"
|
||||
.It Li "su man -c 'catman /usr/share/man /usr/local/man'"
|
||||
Same as above, but the target command consists of more than a
|
||||
single word and hence is quoted for use with the
|
||||
.Fl c
|
||||
@ -210,7 +210,7 @@ option being passed to the shell.
|
||||
(Most shells expect the argument to
|
||||
.Fl c
|
||||
to be a single word).
|
||||
.It Li "su -c staff man -c 'catman /usr/share/man /usr/local/man /usr/X11R6/man'"
|
||||
.It Li "su -c staff man -c 'catman /usr/share/man /usr/local/man'"
|
||||
Same as above, but the target command is run with the resource limits of
|
||||
the login class
|
||||
.Dq staff .
|
||||
|
@ -203,7 +203,7 @@ system registry will typically have a
|
||||
.Va local_periodic
|
||||
variable reading:
|
||||
.Pp
|
||||
.Dl local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic"
|
||||
.Dl local_periodic="/usr/local/etc/periodic"
|
||||
.Pp
|
||||
To log
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user