summaryrefslogtreecommitdiff
path: root/usr.bin/alias
Commit message (Collapse)AuthorAgeFilesLines
* Mark bits that do not require an object directory as such.Ruslan Ermilov2003-04-011-1/+1
| | | | Notes: svn path=/head/; revision=112940
* Fix installworld.Ollivier Robert2002-07-171-1/+1
| | | | | | | Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> Notes: svn path=/head/; revision=100249
* A little bit more thought has resulted in a generic script which canGarrett Wollman2002-07-162-0/+23
implement any of the useless POSIX-required ``regular shell builtin'' utilities, saving one frag and one inode each. The script moves to usr.bin/alias which is alphabetically the first of these commands. Notes: svn path=/head/; revision=100200