summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/serial
Commit message (Collapse)AuthorAgeFilesLines
* Fix style bugs:schweikh2002-10-121-1/+1
| | | | | | | | | | * Space -> tabs conversion. * Removed blanks before semicolon in "if ... ; then". * Proper indentation of misindented lines. * Put a full stop after some comments. * Removed whitespace at end of line. Approved by: silence from gordon
* Merge in all the changes that Mike Makonnen has been maintaining for agordon2002-07-181-0/+4
| | | | | | | | while. This is only the script pieces, the glue for the build comes next. Submitted by: Mike Makonnen <makonnen@pacbell.net> Reviewed by: silence on -current and -hackers Prodded by: rwatson
* Correct default value of drainwait: it should be 300 seconds, not forever.sobomax2002-04-231-1/+1
| | | | | | PR: 37370 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> MFC after: 2 weeks
* Add copyright notices. Other systems have been barrowing our /etc filesobrien2000-10-081-0/+26
| | | | w/o giving any credit.
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Small whitespace change to fix run-over lines introduced in the previoussheldonh1999-08-271-3/+3
| | | | | | commit. Reported by: bde
* Style clean-up:sheldonh1999-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
* Submitted by: bdedanny1998-03-131-3/+3
| | | | Back out last brain blip.
* Change examples for Cyclades cards (c -> c0) to fit with reality.danny1998-03-131-3/+3
|
* Fixed the Cyclades and Digiboard port numbers.bde1997-03-101-4/+4
|
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Added support for Cyclades and Digiboard devices.bde1996-02-241-29/+64
| | | | | Submitted by: Daniel O'Callaghan <danny@lynx.its.unimelb.edu.au> + mods by bde
* Another round of spelling fixes.mpp1996-01-311-1/+1
|
* This is a purely cosmetic clean up. Fix many cut and paste problems thatrgrimes1995-04-091-2/+3
| | | | had turned tabs into spaces.
* Add drainwait option examplesache1995-01-051-3/+3
|
* cua*0? --> cua*a?ache1994-12-041-9/+9
|
* Now rc.serial used for initial setup of serial linesache1994-06-041-0/+91
OpenPOWER on IntegriCloud