summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/atm2
Commit message (Collapse)AuthorAgeFilesLines
* Apply a more consistent style to the echo statements in /etc/ scripts.dougb2000-12-171-13/+13
| | | | | | | | | | * Put quotes around each line * Single quotes for lines with no variable interpolation * Double quotes if there is * Capitalize each word that begins a line * Make echo -n 'Doing foo:' ... echo '.' more of a standard No functionality changes
* Add copyright notices. Other systems have been barrowing our /etc filesobrien2000-10-081-2/+26
| | | | w/o giving any credit.
* No arguments needed for fore_dnld any longer.phk2000-02-151-1/+1
| | | | Approved by: jkh
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-131-131/+152
| | | | | | | | | 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
* Avoid using dmesg to find devices, the buffer may not be big enough.phk1998-10-081-5/+2
| | | | | Reviewed by: phk Submitted by: Mike Spengler <mks@networkcs.com>
* Here are some scripts and man pages for configuring HARP ATMphk1998-10-061-0/+175
interfaces. Reviewed by: phk Submitted by: Mike Spengler <mks@networkcs.com>
OpenPOWER on IntegriCloud