Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31378 Details for
Bug 50993
rwhoisd v1.5.9 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rwhoisd /etc/init.d/ script
rwhoisd.init.d (text/plain), 693 bytes, created by
Devon
on 2004-05-13 17:47:32 UTC
(
hide
)
Description:
rwhoisd /etc/init.d/ script
Filename:
MIME Type:
Creator:
Devon
Created:
2004-05-13 17:47:32 UTC
Size:
693 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 ># $Header: > >depend() { > need net > use dns logger >} > >checkconfig() { > if [ ! -e ${RWHOISD_CONF} ] ; then > eerror "Please setup ${RWHOISD_CONF} before starting rwhoisd" > eerror "There are sample configurations in /etc/rwhoisd/samples/" > return 1 > fi >} > >start() { > checkconfig || return 1 > ebegin "Starting rwhoisd" > touch /var/run/rwhoisd.pid > chown rwhoisd:rwhoisd /var/run/rwhoisd.pid > /usr/sbin/rwhoisd ${RWHOISD_OPTIONS} > eend $? >} > >stop() { > ebegin "Stopping rwhoisd" > start-stop-daemon --stop --quiet --pidfile /var/run/rwhoisd.pid > 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 50993
:
31377
| 31378 |
31380
|
31684