Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20680 Details for
Bug 33373
net-dialup/freeradius-0.9.2.ebuild (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/radius.initd
radius.initd (text/plain), 805 bytes, created by
Valery Kartel
on 2003-11-13 01:00:55 UTC
(
hide
)
Description:
files/radius.initd
Filename:
MIME Type:
Creator:
Valery Kartel
Created:
2003-11-13 01:00:55 UTC
Size:
805 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net > use dns >} > >checkconfig() { > if [ ! -f /etc/radius/radiusd.conf ] ; then > eerror "No /etc/radius/radiusd.conf file exists!" > return 1 > fi > > if [ "`/usr/sbin/check-radiusd-config >/dev/null 2>&1; echo $?`" != "0" ] ; then > eerror "Config not ok! (try /usr/sbin/check-radiusd-config )" > return 1 > fi > > if [ -z "`grep radius /etc/passwd`" ]; then > eerror "radius user missing!" > return 1 > fi > > return 0 >} > >start() { > # Comment out the following line to get faster startups > checkconfig || return 1 > > ebegin "Starting radius" > start-stop-daemon --start --quiet --exec /usr/sbin/radiusd -- ${RADIUSD_OPTS} >/dev/null > eend $? >} > >stop () { > ebegin "Stopping radiusd" > start-stop-daemon --stop --quiet \ > --pidfile=/var/run/radius/radiusd.pid --retry 20 > 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 33373
:
20678
|
20679
|
20680
|
20685
|
20686