Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 270429 Details for
Bug 364073
app-crypt/mit-krb5-1.8.3-r5: add initscript for kpropd to support incremental propagation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
an initscript used at my site to manage kpropd
mit-krb5kpropd (text/plain), 669 bytes, created by
Kevan Carstensen
on 2011-04-18 21:14:28 UTC
(
hide
)
Description:
an initscript used at my site to manage kpropd
Filename:
MIME Type:
Creator:
Kevan Carstensen
Created:
2011-04-18 21:14:28 UTC
Size:
669 bytes
patch
obsolete
>#!/sbin/runscript > >#--------------------------------------------------------------------------- ># This script starts/stops the MIT Kerberos 5 kpropd >#--------------------------------------------------------------------------- > >daemon="MIT Kerberos 5 kpropd" >exec="/usr/sbin/kpropd" > >opts="start stop restart" > >depend() { > need net > use mit-krb5kdc mit-krb5kadmind >} > >start() { > ebegin "Starting $daemon" > start-stop-daemon --start --quiet --exec ${exec} 1>&2 > eend $? "Error starting $daemon" >} > >stop() { > ebegin "Stopping $daemon" > start-stop-daemon --stop --quiet --oknodo --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 364073
: 270429