Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166095 - net-misc/radvd-1.0: provide reload option in init script sending SIGHUP
Summary: net-misc/radvd-1.0: provide reload option in init script sending SIGHUP
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-09 16:35 UTC by Martin von Gagern
Modified: 2007-02-09 16:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to /etc/init.d/radvd to provide reload option (166059.patch,627 bytes, patch)
2007-02-09 16:38 UTC, Martin von Gagern
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2007-02-09 16:35:39 UTC
The init script for radvd, the IPv6 Router Advertisement Daemon, should provide a reload option. Especially in connection with 6to4 setups, sending a SIGHUP to the daemon upon changes to the IPv4 address are important, and the init script is the obvious place for this.
Comment 1 Martin von Gagern 2007-02-09 16:38:27 UTC
Created attachment 109651 [details, diff]
Patch to /etc/init.d/radvd to provide reload option

This is patchwork from the functions already present in that file:
The configcheck and forward control from start and the start-stop-daemon from stop, augmented by "--signal HUP --oknodo" as seen in other init scripts.
Comment 2 Roy Marples (RETIRED) gentoo-dev 2007-02-09 16:57:40 UTC
Fixed, thanks