Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 904619 Details for
Bug 910214
net-fs/openafs-1.8.10 Version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
server init.d script
openafs-server.initd (text/plain), 682 bytes, created by
Cheyenne Wills
on 2024-10-01 18:44:47 UTC
(
hide
)
Description:
server init.d script
Filename:
MIME Type:
Creator:
Cheyenne Wills
Created:
2024-10-01 18:44:47 UTC
Size:
682 bytes
patch
obsolete
>#!/sbin/openrc-run ># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >depend() { > need net > use logger dns >} > >start() { > ebegin "Starting OpenAFS BOS server" > start-stop-daemon \ > --quiet --start --background \ > --make-pidfile --pidfile /var/run/bosserver.pid \ > --exec /usr/sbin/bosserver \ > -- -nofork ${BOSSERVER_OPTIONS} > eend $? >} > >stop() { > local ret > ebegin "Stopping OpenAFS BOS server" > > # This kindly kills all server processes > /usr/bin/bos shutdown localhost -localauth -wait > ret=$? > if [ ${ret} -eq 0 ] ; then > start-stop-daemon --quiet --stop --pidfile /var/run/bosserver.pid > ret=$? > fi > > eend ${ret} >}
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 910214
:
888866
|
888867
|
888942
|
888943
|
904618
| 904619 |
904620
|
904621
|
904622
|
908762