aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/tinyware/oinit
Commit message (Collapse)AuthorAgeFilesLines
* MFC r264400,r265836:Enji Cooper2014-12-311-1/+1
| | | | | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed. Notes: svn path=/stable/10/; revision=276486
* Convert {small prefix}BSD to TERM=xterm as well.Ed Schouten2009-11-131-2/+2
| | | | | | | | | Clean up the ttys files shipped with PicoBSD, NanoBSD and TinyBSD. While there, it seems one of them still had references to sio(4). Make it in sync with what we do in the base system. Notes: svn path=/head/; revision=199251
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* de-__P()Alfred Perlstein2002-10-101-11/+11
| | | | Notes: svn path=/head/; revision=104744
* Make the name of the init script and the interpreter compile time options.Alexander Langer2001-01-202-7/+26
| | | | | | | | | | If not defined, default to the old values (with _PATH_BSHELL instead of "/bin/sh", though). Reviewed by: markm Notes: svn path=/head/; revision=71295
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-3/+3
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Use console instead of ttyv0 - it didn't work with serial console...Andrzej Bialecki1998-11-151-4/+18
| | | | Notes: svn path=/head/; revision=41191
* Changed my e-mail address.Andrzej Bialecki1998-11-011-2/+2
| | | | Notes: svn path=/head/; revision=40813
* Various fixups and corrections to match the 3.0-RELEASE tree.Andrzej Bialecki1998-10-151-2/+2
| | | | | | | The PicoBSD version is now 0.42. Notes: svn path=/head/; revision=40412
* Initial import of PicoBSD v0.4 tree.Andrzej Bialecki1998-08-273-0/+1059
Notes: svn path=/cvs2svn/branches/PICOBSD/; revision=38589