summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/isdnd
Commit message (Collapse)AuthorAgeFilesLines
* "REQUIRE: cleanvar" for all RC's writing into /var/run.obrien2005-01-161-1/+1
|
* Remove the requirement for the FreeBSD keyword as it no longermtm2004-10-071-1/+1
| | | | | | | makes any sense. Discussed with: dougb, brooks MFC after: 3 days
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.pjd2004-03-081-1/+1
| | | | Some suggestions from: rwatson, Ruben de Groot <mail25@bzerk.org>
* Luke Mewburn has indicated that they (NetBSD) are not interestedmtm2004-01-171-10/+1
| | | | | | | | | in keeping the scripts under rc.d in sync with us. So, remove NetBSD specific stuff (which made our scripts more complicated than necessary). The NetBSD ident string will be left intact, both for history and also incase we wish to pull in future versions.
* Luke Mewburn has indicated that they (NetBSD) are not interestedmtm2004-01-171-1/+1
| | | | | | in keeping the scripts under rc.d in sync with us. So, begin removal of NetBSD specific stuff (which made our scripts more complicated than necessary), starting with the NetBSD KEYWORD.
* Move a period out of an if... clause. The period terminates themtm2003-07-151-1/+1
| | | | | | line and must always appear on the line. Submitted by: netchild
* o Hook the new files up to the build.mtm2003-04-181-1/+1
| | | | | | o Make sure all the scripts reference rc.d/netif and not rc.d/network1 Approved by: markm (mentor)
* Start isdnd before ppp for those folks who use ppp-over-isdn.mtm2003-01-251-2/+1
| | | | Approved by: markm (mentor)
* 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
* Convert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves a shell invocation ongordon2002-09-061-1/+1
| | | | OS-dependent case switches.
* Merge in all the changes that Mike Makonnen has been maintaining for agordon2002-07-181-69/+49
| | | | | | | | 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
* Anti-foot-shooting for pcvt users: ignore isdn_screenflags which isschweikh2001-05-191-0/+10
| | | | | | | only for syscons. Requested by: Alexander Leidinger <Alexander@Leidinger.net> MFC after: 7 days
* New option isdn_screenflags to set the syscons screen params for isdnd,schweikh2001-05-141-0/+12
| | | | | | | | plus documentation. Submitted by: Alexander Leidinger <Alexander@Leidinger.net> Not objected to by: hm MFC after: 1 week
* Don't hardcode isdn_ttype overwriting rc.conf settings.schweikh2001-04-241-15/+1
| | | | | | PR: conf/24865 Submitted by: schweikh Reviewed by: hm
* Add copyright notices. Other systems have been barrowing our /etc filesobrien2000-10-081-2/+28
| | | | w/o giving any credit.
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-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>
* $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
* fix cosmetic ISDN startup problem mentioned in PR conf/9957hm1999-03-081-2/+6
|
* Integrate the ISDN subsystem into the /etc/rc frameworkhm1999-01-131-0/+44
Reviewed by: Joerg Wunsch
OpenPOWER on IntegriCloud