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:
commit
4dc6536bb9
114 changed files with 1238 additions and 944 deletions
|
@ -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?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue