Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply a consistent style to most of the etc scripts. Particularly, use | sheldonh | 1999-09-13 | 1 | -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$ | peter | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | Style clean-up: | sheldonh | 1999-08-25 | 1 | -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/9957 | hm | 1999-03-08 | 1 | -2/+6 |
| | |||||
* | Integrate the ISDN subsystem into the /etc/rc framework | hm | 1999-01-13 | 1 | -0/+44 |
Reviewed by: Joerg Wunsch |