Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 149303 Details for
Bug 217141
net-wireless/coova-chilli-1.0.11 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/chilli
chilli (text/plain), 938 bytes, created by
Laurento Frittella (mrfree)
on 2008-04-10 14:25:54 UTC
(
hide
)
Description:
files/chilli
Filename:
MIME Type:
Creator:
Laurento Frittella (mrfree)
Created:
2008-04-10 14:25:54 UTC
Size:
938 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># Import chilli specific functions >. /etc/chilli/functions > >depend() { > use net logger >} > > >checkconfig() { > check_required > > if [ -f /etc/chilli.conf ]; then > return 0; > else > eerror "Error starting CoovaChilli. Please create /etc/chilli.conf before." > return 1; > fi >} > >start() { > checkconfig || return 1 > ebegin "Starting CoovaChilli" > > # TODO: check for tun module and ip_forward > > writeconfig > radiusconfig > > start-stop-daemon --start --pidfile /var/run/chilli.pid --quiet \ > --exec /usr/sbin/chilli -- --pidfile=/var/run/chilli.pid > eend $? >} > >stop() { > ebegin "Stopping Chillispot" > start-stop-daemon --stop --pidfile /var/run/chilli.pid --quiet > 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 217141
:
149301
| 149303 |
149305