summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/atm3
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespacedougb2003-10-131-1/+1
|
* Convert the atm{2,3}.sh rc scripts to normal rc.d scripts. Add supportharti2003-07-281-10/+35
| | | | | | | | | | | | | | for the harp(4) pseudo driver and for loadable native HARP drivers (like hfa_pci). To use harp(4) the rc variable natm_interfaces must be set to the list of NATM interfaces to be used for HARP. These interfaces will be brought up with ifconfig and the harp(4) will be loaded. To use loadable native HARP drivers atm_load must be set to the list of drivers to load. Reviewed by: mtm, gordon (partly)
* Merge in all the changes that Mike Makonnen has been maintaining for agordon2002-07-181-169/+20
| | | | | | | | 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