diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-12-19 17:13:23 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-12-19 17:15:40 +0000 |
| commit | 4100bd6caa66434bc901ca48d7364bc2b5fe2cfd (patch) | |
| tree | 972c125486ccf5a652601f9648adb8992a5ee3a3 /ObsoleteFiles.inc | |
| parent | c8b3b605ae854ead6c8804e0400d80cb8fa73fdf (diff) | |
Diffstat (limited to 'ObsoleteFiles.inc')
| -rw-r--r-- | ObsoleteFiles.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 1e7271c39385..5034f84e1295 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,23 @@ # xargs -n1 | sort | uniq -d; # done +# 20251215: Remove intrinsic utilities +OLD_FILES+=usr/bin/alias +OLD_FILES+=usr/bin/bg +OLD_FILES+=usr/bin/cd +OLD_FILES+=usr/bin/command +OLD_FILES+=usr/bin/fc +OLD_FILES+=usr/bin/fg +OLD_FILES+=usr/bin/getopts +OLD_FILES+=usr/bin/hash +OLD_FILES+=usr/bin/jobs +OLD_FILES+=usr/bin/read +OLD_FILES+=usr/bin/type +OLD_FILES+=usr/bin/ulimit +OLD_FILES+=usr/bin/umask +OLD_FILES+=usr/bin/unalias +OLD_FILES+=usr/bin/wait + # 20251208: Rename iwm8000C to correct name. OLD_FILES+=boot/firmware/iwm8000C |
