mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/busybox: enable whois, runit and hush applets
This commit is contained in:
parent
a7c5ce311f
commit
fe24c75d54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560529
3 changed files with 47 additions and 46 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= busybox
|
PORTNAME= busybox
|
||||||
PORTVERSION= 1.32.1
|
PORTVERSION= 1.32.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils misc shells
|
CATEGORIES= sysutils misc shells
|
||||||
MASTER_SITES= https://busybox.net/downloads/
|
MASTER_SITES= https://busybox.net/downloads/
|
||||||
|
|
||||||
|
|
|
@ -960,7 +960,7 @@ CONFIG_FEATURE_WGET_AUTHENTICATION=y
|
||||||
CONFIG_FEATURE_WGET_TIMEOUT=y
|
CONFIG_FEATURE_WGET_TIMEOUT=y
|
||||||
CONFIG_FEATURE_WGET_HTTPS=y
|
CONFIG_FEATURE_WGET_HTTPS=y
|
||||||
CONFIG_FEATURE_WGET_OPENSSL=y
|
CONFIG_FEATURE_WGET_OPENSSL=y
|
||||||
# CONFIG_WHOIS is not set
|
CONFIG_WHOIS=y
|
||||||
# CONFIG_ZCIP is not set
|
# CONFIG_ZCIP is not set
|
||||||
# CONFIG_UDHCPD is not set
|
# CONFIG_UDHCPD is not set
|
||||||
# CONFIG_FEATURE_UDHCPD_BASE_IP_ON_MAC is not set
|
# CONFIG_FEATURE_UDHCPD_BASE_IP_ON_MAC is not set
|
||||||
|
@ -1048,19 +1048,19 @@ CONFIG_FEATURE_SHOW_THREADS=y
|
||||||
#
|
#
|
||||||
# Runit Utilities
|
# Runit Utilities
|
||||||
#
|
#
|
||||||
# CONFIG_CHPST is not set
|
CONFIG_CHPST=y
|
||||||
# CONFIG_SETUIDGID is not set
|
CONFIG_SETUIDGID=y
|
||||||
# CONFIG_ENVUIDGID is not set
|
CONFIG_ENVUIDGID=y
|
||||||
# CONFIG_ENVDIR is not set
|
CONFIG_ENVDIR=y
|
||||||
# CONFIG_SOFTLIMIT is not set
|
CONFIG_SOFTLIMIT=y
|
||||||
# CONFIG_RUNSV is not set
|
CONFIG_RUNSV=y
|
||||||
# CONFIG_RUNSVDIR is not set
|
CONFIG_RUNSVDIR=y
|
||||||
# CONFIG_FEATURE_RUNSVDIR_LOG is not set
|
# CONFIG_FEATURE_RUNSVDIR_LOG is not set
|
||||||
# CONFIG_SV is not set
|
CONFIG_SV=y
|
||||||
CONFIG_SV_DEFAULT_SERVICE_DIR=""
|
CONFIG_SV_DEFAULT_SERVICE_DIR=""
|
||||||
# CONFIG_SVC is not set
|
CONFIG_SVC=y
|
||||||
CONFIG_SVOK=y
|
CONFIG_SVOK=y
|
||||||
# CONFIG_SVLOGD is not set
|
CONFIG_SVLOGD=y
|
||||||
# CONFIG_CHCON is not set
|
# CONFIG_CHCON is not set
|
||||||
# CONFIG_GETENFORCE is not set
|
# CONFIG_GETENFORCE is not set
|
||||||
# CONFIG_GETSEBOOL is not set
|
# CONFIG_GETSEBOOL is not set
|
||||||
|
@ -1103,41 +1103,41 @@ CONFIG_ASH_HELP=y
|
||||||
CONFIG_ASH_GETOPTS=y
|
CONFIG_ASH_GETOPTS=y
|
||||||
CONFIG_ASH_CMDCMD=y
|
CONFIG_ASH_CMDCMD=y
|
||||||
CONFIG_CTTYHACK=y
|
CONFIG_CTTYHACK=y
|
||||||
# CONFIG_HUSH is not set
|
CONFIG_HUSH=y
|
||||||
# CONFIG_HUSH_BASH_COMPAT is not set
|
CONFIG_HUSH_BASH_COMPAT=y
|
||||||
# CONFIG_HUSH_BRACE_EXPANSION is not set
|
CONFIG_HUSH_BRACE_EXPANSION=y
|
||||||
# CONFIG_HUSH_LINENO_VAR is not set
|
CONFIG_HUSH_LINENO_VAR=y
|
||||||
# CONFIG_HUSH_BASH_SOURCE_CURDIR is not set
|
# CONFIG_HUSH_BASH_SOURCE_CURDIR is not set
|
||||||
# CONFIG_HUSH_INTERACTIVE is not set
|
CONFIG_HUSH_INTERACTIVE=y
|
||||||
# CONFIG_HUSH_SAVEHISTORY is not set
|
CONFIG_HUSH_SAVEHISTORY=y
|
||||||
# CONFIG_HUSH_JOB is not set
|
CONFIG_HUSH_JOB=y
|
||||||
# CONFIG_HUSH_TICK is not set
|
CONFIG_HUSH_TICK=y
|
||||||
# CONFIG_HUSH_IF is not set
|
CONFIG_HUSH_IF=y
|
||||||
# CONFIG_HUSH_LOOPS is not set
|
CONFIG_HUSH_LOOPS=y
|
||||||
# CONFIG_HUSH_CASE is not set
|
CONFIG_HUSH_CASE=y
|
||||||
# CONFIG_HUSH_FUNCTIONS is not set
|
CONFIG_HUSH_FUNCTIONS=y
|
||||||
# CONFIG_HUSH_LOCAL is not set
|
CONFIG_HUSH_LOCAL=y
|
||||||
# CONFIG_HUSH_RANDOM_SUPPORT is not set
|
CONFIG_HUSH_RANDOM_SUPPORT=y
|
||||||
# CONFIG_HUSH_MODE_X is not set
|
CONFIG_HUSH_MODE_X=y
|
||||||
# CONFIG_HUSH_ECHO is not set
|
CONFIG_HUSH_ECHO=y
|
||||||
# CONFIG_HUSH_PRINTF is not set
|
CONFIG_HUSH_PRINTF=y
|
||||||
# CONFIG_HUSH_TEST is not set
|
CONFIG_HUSH_TEST=y
|
||||||
# CONFIG_HUSH_HELP is not set
|
CONFIG_HUSH_HELP=y
|
||||||
# CONFIG_HUSH_EXPORT is not set
|
CONFIG_HUSH_EXPORT=y
|
||||||
# CONFIG_HUSH_EXPORT_N is not set
|
CONFIG_HUSH_EXPORT_N=y
|
||||||
# CONFIG_HUSH_READONLY is not set
|
CONFIG_HUSH_READONLY=y
|
||||||
# CONFIG_HUSH_KILL is not set
|
CONFIG_HUSH_KILL=y
|
||||||
# CONFIG_HUSH_WAIT is not set
|
CONFIG_HUSH_WAIT=y
|
||||||
# CONFIG_HUSH_COMMAND is not set
|
CONFIG_HUSH_COMMAND=y
|
||||||
# CONFIG_HUSH_TRAP is not set
|
CONFIG_HUSH_TRAP=y
|
||||||
# CONFIG_HUSH_TYPE is not set
|
CONFIG_HUSH_TYPE=y
|
||||||
# CONFIG_HUSH_TIMES is not set
|
CONFIG_HUSH_TIMES=y
|
||||||
# CONFIG_HUSH_READ is not set
|
CONFIG_HUSH_READ=y
|
||||||
# CONFIG_HUSH_SET is not set
|
CONFIG_HUSH_SET=y
|
||||||
# CONFIG_HUSH_UNSET is not set
|
CONFIG_HUSH_UNSET=y
|
||||||
# CONFIG_HUSH_ULIMIT is not set
|
CONFIG_HUSH_ULIMIT=y
|
||||||
# CONFIG_HUSH_UMASK is not set
|
CONFIG_HUSH_UMASK=y
|
||||||
# CONFIG_HUSH_GETOPTS is not set
|
CONFIG_HUSH_GETOPTS=y
|
||||||
# CONFIG_HUSH_MEMLEAK is not set
|
# CONFIG_HUSH_MEMLEAK is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -2,4 +2,4 @@ busybox is a set of common utilities built as a single
|
||||||
crunched binary, and sometimes stripped down in features
|
crunched binary, and sometimes stripped down in features
|
||||||
to fit the needs of embedded systems.
|
to fit the needs of embedded systems.
|
||||||
|
|
||||||
WWW: http://www.busybox.net/
|
WWW: https://www.busybox.net/
|
||||||
|
|
Loading…
Add table
Reference in a new issue