summaryrefslogtreecommitdiffstats
path: root/etc/rc.isdn
Commit message (Collapse)AuthorAgeFilesLines
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-131-23/+37
| | | | | | | | | case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton <Doug@gorean.org>
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Style clean-up:sheldonh1999-08-251-5/+5
| | | | | | | | | | | | | | | | * 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
* fix cosmetic ISDN startup problem mentioned in PR conf/9957hm1999-03-081-2/+6
|
* Integrate the ISDN subsystem into the /etc/rc frameworkhm1999-01-131-0/+44
Reviewed by: Joerg Wunsch
OpenPOWER on IntegriCloud