Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43671 Details for
Bug 65168
Bump isdn4k-utils to 2004-04-29
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
isdn4linux.init
isdn4linux.init (text/plain), 973 bytes, created by
Stefan Briesenick (RETIRED)
on 2004-11-10 12:33:40 UTC
(
hide
)
Description:
isdn4linux.init
Filename:
MIME Type:
Creator:
Stefan Briesenick (RETIRED)
Created:
2004-11-10 12:33:40 UTC
Size:
973 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/files/3.5_p20041024/isdn4linux.init,v 1.1 2004/11/09 16:40:56 mrness Exp $ > >opts="start stop save reload" > >depend() { > use pcmcia > after capi >} > >start() { > # set this variable if you want to load drivers > for DRIVER in ${ISDN_DRIVERS} > do > if ! /bin/grep -q "^${DRIVER} " /proc/modules > then > ebegin "Loading ISDN driver ${DRIVER}" > /sbin/modprobe ${DRIVER} > eend $? > fi > done > > ebegin "Loading isdnctrl configuration" > # This variable is set in /etc/conf.d/isdn4linux > [ ! -f ${ISDNCTRL_SAVE} ] || /sbin/isdnctrl readconf ${ISDNCTRL_SAVE} >/dev/null > eend $? >} > >save() { > ebegin "Saving isdnctrl configuration" > /sbin/isdnctrl writeconf ${ISDNCTRL_SAVE} >/dev/null > eend $? >} > >stop() { > ebegin "Unloading isdnctrl configuration" > /sbin/isdnctrl reset force >/dev/null > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 65168
:
41449
|
41450
| 43671 |
43672