Changeset View
Changeset View
Standalone View
Standalone View
ObsoleteFiles.inc
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 46 Lines • ▼ Show 20 Lines | |||||
| # For optional components, you can use the following to see if some entries | # For optional components, you can use the following to see if some entries | ||||
| # in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc | # in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc | ||||
| # for o in tools/build/options/WITH*; do | # for o in tools/build/options/WITH*; do | ||||
| # __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ | # __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ | ||||
| # -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ | # -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ | ||||
| # xargs -n1 | sort | uniq -d; | # xargs -n1 | sort | uniq -d; | ||||
| # done | # done | ||||
| # 20230214: groupmember.9 removed | |||||
| OLD_FILES+=usr/share/man/man9/groupmember.9.gz | |||||
| # 20230314: vcount.9 removed | # 20230314: vcount.9 removed | ||||
| OLD_FILES+=usr/share/man/man9/count_dev.9.gz | OLD_FILES+=usr/share/man/man9/count_dev.9.gz | ||||
| OLD_FILES+=usr/share/man/man9/vcount.9.gz | OLD_FILES+=usr/share/man/man9/vcount.9.gz | ||||
| # 20230309: remove remaining ATM support | # 20230309: remove remaining ATM support | ||||
| OLD_FILES+=usr/bin/sscop | OLD_FILES+=usr/bin/sscop | ||||
| OLD_FILES+=usr/include/netnatm/addr.h | OLD_FILES+=usr/include/netnatm/addr.h | ||||
| OLD_FILES+=usr/include/netnatm/api/atmapi.h | OLD_FILES+=usr/include/netnatm/api/atmapi.h | ||||
| ▲ Show 20 Lines • Show All 17,257 Lines • Show Last 20 Lines | |||||