Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191308 Details for
Bug 198839
net-misc/dhcp-forward ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dhcp-fwd.initd
dhcp-fwd.initd (text/plain), 377 bytes, created by
nic
on 2009-05-15 05:24:01 UTC
(
hide
)
Description:
dhcp-fwd.initd
Filename:
MIME Type:
Creator:
nic
Created:
2009-05-15 05:24:01 UTC
Size:
377 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > >depend() { > need net >} > >start() { > ebegin "Starting dhcp-fwd" > export PIDFILE=${PIDFILE} > /usr/sbin/dhcp-fwd -c ${CONFIG} > eend $? >} > >stop() { > ebegin "Stopping dhcp-fwd" > start-stop-daemon --stop --quiet --pidfile ${PIDFILE} > 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 198839
:
185006
|
191307
| 191308 |
191310
|
191311