Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80667 Details for
Bug 124019
dhid-5.3.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/init.d/dhid
dhid-init (text/plain), 641 bytes, created by
Hugo
on 2006-02-24 18:28:46 UTC
(
hide
)
Description:
/etc/init.d/dhid
Filename:
MIME Type:
Creator:
Hugo
Created:
2006-02-24 18:28:46 UTC
Size:
641 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header: $ > >depend() { > need net logger >} > >checkconfig() { > if [ ! -e /etc/dhid.conf ] ; then > eerror "You need an /etc/dhid.conf file to run dhid" > eerror "There is a sample conf file in /usr/share/doc/dhid" > return 1 > fi >} > >start() { > checkconfig || return 1 > ebegin "Starting dhid" > start-stop-daemon --start --quiet --exec /usr/sbin/dhid -- -P /var/run/dhid.pid -p $PORT > eend $? >} > >stop() { > ebegin "Stopping dhid" > start-stop-daemon --stop --quiet --pidfile /var/run/dhid.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 124019
:
80666
| 80667 |
80668