Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 109651 Details for
Bug 166095
net-misc/radvd-1.0: provide reload option in init script sending SIGHUP
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to /etc/init.d/radvd to provide reload option
166059.patch (text/plain), 627 bytes, created by
Martin von Gagern
on 2007-02-09 16:38:27 UTC
(
hide
)
Description:
Patch to /etc/init.d/radvd to provide reload option
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2007-02-09 16:38:27 UTC
Size:
627 bytes
patch
obsolete
>--- radvd.orig 2007-02-09 15:01:11.000000000 +0100 >+++ radvd 2007-02-09 15:17:07.000000000 +0100 >@@ -7,6 +7,8 @@ > PIDFILE=/var/run/radvd/radvd.pid > SYSCTL_FORWARD=net.ipv6.conf.all.forwarding > >+opts="${opts} reload" >+ > depend () { > need net > } >@@ -45,3 +47,18 @@ > eend $? > fi > } >+ >+reload() { >+ checkconfig || return 1 >+ >+ if [[ ${FORWARD} != "no" ]]; then >+ ebegin "Enabling IPv6 forwarding" >+ sysctl "${SYSCTL_FORWARD}=1" >/dev/null >+ eend $? >+ fi >+ >+ ebegin "Reloading IPv6 Router Advertisement Daemon" >+ start-stop-daemon --stop --signal HUP --oknodo \ >+ --exec /usr/sbin/radvd --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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 166095
: 109651