1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge branch 'master' into ls_selinux

This commit is contained in:
Jan Scheer 2021-09-13 13:42:51 +02:00
commit 4dc6536bb9
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828
114 changed files with 1238 additions and 944 deletions

View file

@ -98,6 +98,7 @@ feat_common_core = [
"touch",
"unexpand",
"uniq",
"unlink",
"wc",
"yes",
]
@ -182,7 +183,6 @@ feat_require_unix = [
"timeout",
"tty",
"uname",
"unlink",
]
# "feat_require_unix_utmpx" == set of utilities requiring unix utmp/utmpx support
# * ref: <https://wiki.musl-libc.org/faq.html#Q:-Why-is-the-utmp/wtmp-functionality-only-implemented-as-stubs?>