aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.atm
Commit message (Collapse)AuthorAgeFilesLines
* Per previous announcement, remove the old version of the rc system.Doug Barton2003-05-021-220/+0
| | | | | | | | | | | | | All functionality from the previous system has been preserved, and users should still customize their system boot with the familiar methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc. Users who have customized versions of scripts that have been removed should take great care when upgrading, since the compatibility code that used those old scripts has also been removed. Notes: svn path=/head/; revision=114492
* Recognize 'idt' interfaces.Matthew N. Dodd2002-09-301-0/+3
| | | | Notes: svn path=/head/; revision=104180
* Avoid unnecessary calls to expr(1) by using standard shell arithmeticSheldon Hearn2001-11-141-1/+1
| | | | | | | expansion instead. Notes: svn path=/head/; revision=86342
* Apply a more consistent style to the echo statements in /etc/ scripts.Doug Barton2000-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 Notes: svn path=/head/; revision=70108
* Add copyright notices. Other systems have been barrowing our /etc filesDavid E. O'Brien2000-10-081-2/+26
| | | | | | | w/o giving any credit. Notes: svn path=/head/; revision=66830
* No arguments needed for fore_dnld any longer.Poul-Henning Kamp2000-02-151-1/+1
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=57230
* Apply a consistent style to most of the etc scripts. Particularly, useSheldon Hearn1999-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> Notes: svn path=/head/; revision=51231
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Style clean-up:Sheldon Hearn1999-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 Notes: svn path=/head/; revision=50357
* Avoid using dmesg to find devices, the buffer may not be big enough.Poul-Henning Kamp1998-10-081-5/+2
| | | | | | | | Reviewed by: phk Submitted by: Mike Spengler <mks@networkcs.com> Notes: svn path=/head/; revision=40056
* Here are some scripts and man pages for configuring HARP ATMPoul-Henning Kamp1998-10-061-0/+175
interfaces. Reviewed by: phk Submitted by: Mike Spengler <mks@networkcs.com> Notes: svn path=/head/; revision=40006