aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.isdn
Commit message (Collapse)AuthorAgeFilesLines
* Anti-foot-shooting for pcvt users: ignore isdn_screenflags which isJens Schweikhardt2001-05-191-0/+10
| | | | | | | | | | only for syscons. Requested by: Alexander Leidinger <Alexander@Leidinger.net> MFC after: 7 days Notes: svn path=/head/; revision=76846
* New option isdn_screenflags to set the syscons screen params for isdnd,Jens Schweikhardt2001-05-141-0/+12
| | | | | | | | | | | plus documentation. Submitted by: Alexander Leidinger <Alexander@Leidinger.net> Not objected to by: hm MFC after: 1 week Notes: svn path=/head/; revision=76592
* Don't hardcode isdn_ttype overwriting rc.conf settings.Jens Schweikhardt2001-04-241-15/+1
| | | | | | | | | PR: conf/24865 Submitted by: schweikh Reviewed by: hm Notes: svn path=/head/; revision=75919
* Add copyright notices. Other systems have been barrowing our /etc filesDavid E. O'Brien2000-10-081-2/+28
| | | | | | | w/o giving any credit. Notes: svn path=/head/; revision=66830
* Apply a consistent style to most of the etc scripts. Particularly, useSheldon Hearn1999-09-131-23/+37
| | | | | | | | | | | | 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
* fix cosmetic ISDN startup problem mentioned in PR conf/9957Hellmuth Michaelis1999-03-081-2/+6
| | | | Notes: svn path=/head/; revision=44573
* Integrate the ISDN subsystem into the /etc/rc frameworkHellmuth Michaelis1999-01-131-0/+44
Reviewed by: Joerg Wunsch Notes: svn path=/head/; revision=42621