summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add an entry for a file that was removed in BIND 9.3.1dougb2005-07-261-0/+2
|
* Add an entry for /usr/sbin/vttestdougb2005-07-231-0/+2
| | | | Submitted by: Pawel Worach <pawel.worach@gmail.com>
* Add an entry for the old fortunes2 files, and an entrydougb2005-07-231-0/+4
| | | | for the /usr/share/doc/bind directory from pre-BIND 9 days.
* Add delete-old and delete-old-libs targets:netchild2005-07-231-0/+333
- removes obsolete files/dirs or libraries. - works in interactive (default) and batch mode - respects DISTDIR - documented in UPDATING and build(7) The head of the file ObsoleteFiles.inc contains instructions how to add obsolete files/dirs/libs to the list. Obviously one should add obsolete files to this list, when he removes a file/dir/lib from the basesystem. Additionally add check-old target: - allows re@ to check if a file on the obsolete list resurfaces Design goals: - allows full control by the user (default interactive mode) - possibility of scripted removal of obsolete files (batch mode) - opt-in removal of files (explicit list of files) - seperate removal of libs (2 delete targets) Important design decissions: - structured list of files to remove instead of a plain text file: * allows to remove additional files if a NO_foo knob is specified without the need to change the targets (no NO_foo knob is respected yet) - not using mtree like NetBSD does: * mtree doesn't has an interactive mode Discussed on: arch (long ago), current (this year) Additional input from: re (hrs) Approved by: mentor (joerg)
OpenPOWER on IntegriCloud