Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 170165 Details for
Bug 244829
app-crypt/kstart - new revision with config file in /etc/conf.d
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
k5start.initd
k5start.initd (text/plain), 702 bytes, created by
Michele Schiavo
on 2008-10-28 22:16:14 UTC
(
hide
)
Description:
k5start.initd
Filename:
MIME Type:
Creator:
Michele Schiavo
Created:
2008-10-28 22:16:14 UTC
Size:
702 bytes
patch
obsolete
>#!/sbin/runscript > >CONFIG=/etc/conf.d/k5start.conf > >daemon="mit-krb5 ticket refresh" >exec="/usr/bin/k5start" >opts="start stop restart" >depend() { > need net named mit-krb5kdc > before netmount >} > >checkconfig() { > if [ ! -f ${CONFIG} ]; then > eerror "Configuration file ${CONFIG} not found" > return 1 > fi >} > > >start() { > checkconfig || return 1 > > source ${CONFIG} > > ebegin "Starting $daemon" > start-stop-daemon --start --quiet --exec ${exec} -- ${K5START_OPT} > eend $? "Error starting $daemon" > klist -e >} >stop() { > ebegin "Stopping $daemon" > start-stop-daemon --stop --quiet --exec ${exec} 1>&2 > eend $? "Error stopping $daemon" >} >restart() { > svc_stop > svc_start >} > >
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 244829
:
170162
|
170163
|
170165
|
170248
|
173828