Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81119 Details for
Bug 123424
Chillispot for x86 maybe can be marked stable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Init script
chillispot (text/plain), 728 bytes, created by
Michele Beltrame
on 2006-03-02 09:56:21 UTC
(
hide
)
Description:
Init script
Filename:
MIME Type:
Creator:
Michele Beltrame
Created:
2006-03-02 09:56:21 UTC
Size:
728 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >depend() { > use net logger radiusd >} > > >checkconfig() { > if [ -f /etc/chilli.conf ]; then > return 0; > else > eerror "Error starting chillispot. Please create /etc/chilli.conf before." > return 1; > fi >} > >start() { > checkconfig || return 1 > ebegin "Starting Chillispot" > > start-stop-daemon --start --quiet \ > --exec /usr/sbin/chilli > 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 123424
: 81119