summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
Commit message (Collapse)AuthorAgeFilesLines
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-131-23/+32
| | | | | | | | | 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-6/+6
| | | | | | | | | | | | | | | | * 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
* dhclient is now in /sbin.steve1999-02-221-3/+3
|
* Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.confjkh1999-02-101-3/+5
| | | | as necessary (for half-assed upgrades).
* Add Id keywordsbrian1998-09-021-0/+2
|
* Wrapper script for PC Card Ethernet Adapters only supports ISC DHCP;phk1998-08-141-0/+6
| | | | | | | | | I prefer wide-dhcp, and since both are packages, it should get equal billing. PR: 7568 Reviewed by: phk Submitted by: Drew Derbyshire <software@kew.com>
* Warn if ISC-DHCP not available.pst1997-12-171-0/+2
|
* Support ISC-DHCP if the package is available.pst1997-12-161-1/+7
|
* - In addtition to flushing the routes, also flush the arp cache when bringingnate1997-11-201-2/+3
| | | | | | up the new network link. Submitted by: Guido van Rooij <guido@gvr.org>
* - Setup a default route (if one is set) when the card is inserted. Thisnate1997-11-191-0/+15
| | | | | | needs to be re-thought, but should work better for 95% of the users. Stolen from: rc.network
* sysconfig -> rc.confjkh1997-06-301-3/+3
| | | | | PR: 3978 Submitted by: Janick.Taillandier@ratp.fr
* Fix reverse logic bug which caused the ethernet configuration to never work.nate1996-04-241-1/+1
|
* PC-CARD hooks. Someday it will actually enable working code. :)nate1996-03-121-0/+21
Reviewed by: phk Submitted by: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp> & BSD Nomads I re-wrote alot of this, but the ideas are based on the code from the most recent pccard-snapshot.
OpenPOWER on IntegriCloud