freebsd-dev/share/man
Alexander Leidinger e2a3608153 Add delete-old and delete-old-libs targets:
- 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)
2005-07-23 14:23:30 +00:00
..
man1 Add a missing ** to the 'command' command. 2005-07-02 19:51:11 +00:00
man3 Fix typos and use consistent section names in manual pages: 2005-07-15 17:35:26 +00:00
man4 - Reword a sentence 2005-07-21 22:47:34 +00:00
man5 document ENABLE_WPA_SUPPLICANT_EAPOL 2005-07-08 19:26:55 +00:00
man6 Sort sections. 2005-01-21 08:36:40 +00:00
man7 Add delete-old and delete-old-libs targets: 2005-07-23 14:23:30 +00:00
man8 Use 'manual page' instead of 'man page' for consistency. 2005-06-30 13:04:25 +00:00
man9 Fix two small grammar mistakes. 2005-07-22 00:28:22 +00:00
Makefile NOCRYPT -> NO_CRYPT 2004-12-21 10:16:04 +00:00