summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/atm2
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-136/+23
| | | | | | | | 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
* Avoid unnecessary calls to expr(1) by using standard shell arithmeticsheldonh2001-11-141-1/+1
| | | | expansion instead.
* 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