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