mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert r322029 and r322031 so as to recommit them with a better commit log.
PR: 220953 Reported by: ngie@
This commit is contained in:
parent
3a150601e1
commit
eba789dcca
5 changed files with 30 additions and 3 deletions
|
|
@ -133,10 +133,8 @@ SUBDIR= alias \
|
|||
rpcinfo \
|
||||
rs \
|
||||
rup \
|
||||
ruptime \
|
||||
rusers \
|
||||
rwall \
|
||||
rwho \
|
||||
script \
|
||||
sdiff \
|
||||
sed \
|
||||
|
|
@ -253,6 +251,8 @@ SUBDIR.${MK_OPENSSL}+= newkey
|
|||
SUBDIR.${MK_QUOTAS}+= quota
|
||||
SUBDIR.${MK_RCMDS}+= rlogin
|
||||
SUBDIR.${MK_RCMDS}+= rsh
|
||||
SUBDIR.${MK_RCMDS}+= ruptime
|
||||
SUBDIR.${MK_RCMDS}+= rwho
|
||||
SUBDIR.${MK_SENDMAIL}+= vacation
|
||||
SUBDIR.${MK_TALK}+= talk
|
||||
SUBDIR.${MK_TELNET}+= telnet
|
||||
|
|
|
|||
|
|
@ -38,6 +38,15 @@
|
|||
.Nm
|
||||
.Op Fl alrtu
|
||||
.Op Ar host ...
|
||||
.Sh DEPRECATION NOTICE
|
||||
.Nm
|
||||
is deprecated and will be removed from future versions of the
|
||||
.Fx
|
||||
base system.
|
||||
If
|
||||
.Nm
|
||||
is still required, it can be installed from ports or packages
|
||||
(net/bsdrcmds).
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
|
|||
|
|
@ -37,6 +37,15 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl a
|
||||
.Sh DEPRECATION NOTICE
|
||||
.Nm
|
||||
is deprecated and will be removed from future versions of the
|
||||
.Fx
|
||||
base system.
|
||||
If
|
||||
.Nm
|
||||
is still required, it can be installed from ports or packages
|
||||
(net/bsdrcmds).
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@ SUBDIR= adduser \
|
|||
rpc.statd \
|
||||
rpc.umntall \
|
||||
rtprio \
|
||||
rwhod \
|
||||
service \
|
||||
services_mkdb \
|
||||
sesutil \
|
||||
|
|
@ -192,6 +191,7 @@ SUBDIR.${MK_PPP}+= ppp
|
|||
SUBDIR.${MK_QUOTAS}+= edquota
|
||||
SUBDIR.${MK_QUOTAS}+= quotaon
|
||||
SUBDIR.${MK_QUOTAS}+= repquota
|
||||
SUBDIR.${MK_RCMDS}+= rwhod
|
||||
SUBDIR.${MK_SENDMAIL}+= editmap
|
||||
SUBDIR.${MK_SENDMAIL}+= mailstats
|
||||
SUBDIR.${MK_SENDMAIL}+= makemap
|
||||
|
|
|
|||
|
|
@ -40,6 +40,15 @@
|
|||
.Op Fl p
|
||||
.Op Fl l
|
||||
.Op Fl m Op Ar ttl
|
||||
.Sh DEPRECATION NOTICE
|
||||
.Nm
|
||||
is deprecated and will be removed from future versions of the
|
||||
.Fx
|
||||
base system.
|
||||
If
|
||||
.Nm
|
||||
is still required, it can be installed from ports or packages
|
||||
(net/bsdrcmds).
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
|
|||
Loading…
Reference in a new issue