aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.serial
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright notices. Other systems have been barrowing our /etc filesDavid E. O'Brien2000-10-081-0/+26
| | | | | | | w/o giving any credit. Notes: svn path=/head/; revision=66830
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Small whitespace change to fix run-over lines introduced in the previousSheldon Hearn1999-08-271-3/+3
| | | | | | | | | commit. Reported by: bde Notes: svn path=/head/; revision=50454
* Style clean-up:Sheldon Hearn1999-08-251-24/+24
| | | | | | | | | | | | | | | | | | | * All variables are now embraced: ${foo} * All comparisons against some value now take the form: [ "${foo}" ? "value" ] where ? is a comparison operator * All empty string tests now take the form: [ -z "${foo}" ] * All non-empty string tests now take the form: [ -n "${foo}" ] Submitted by: jkh Notes: svn path=/head/; revision=50357
* Submitted by: bdeDaniel O'Callaghan1998-03-131-3/+3
| | | | | | | Back out last brain blip. Notes: svn path=/head/; revision=34561
* Change examples for Cyclades cards (c -> c0) to fit with reality.Daniel O'Callaghan1998-03-131-3/+3
| | | | Notes: svn path=/head/; revision=34550
* Fixed the Cyclades and Digiboard port numbers.Bruce Evans1997-03-101-4/+4
| | | | Notes: svn path=/head/; revision=23607
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
| | | | Notes: svn path=/head/; revision=23037
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Added support for Cyclades and Digiboard devices.Bruce Evans1996-02-241-29/+64
| | | | | | | | Submitted by: Daniel O'Callaghan <danny@lynx.its.unimelb.edu.au> + mods by bde Notes: svn path=/head/; revision=14239
* Another round of spelling fixes.Mike Pritchard1996-01-311-1/+1
| | | | Notes: svn path=/head/; revision=13798
* This is a purely cosmetic clean up. Fix many cut and paste problems thatRodney W. Grimes1995-04-091-2/+3
| | | | | | | had turned tabs into spaces. Notes: svn path=/head/; revision=7708
* Add drainwait option examplesAndrey A. Chernov1995-01-051-3/+3
| | | | Notes: svn path=/head/; revision=5398
* cua*0? --> cua*a?Andrey A. Chernov1994-12-041-9/+9
| | | | Notes: svn path=/head/; revision=4982
* Now rc.serial used for initial setup of serial linesAndrey A. Chernov1994-06-041-0/+91
Notes: svn path=/head/; revision=1675