Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328017 - net-misc/radvd-1.5: wrong init.d script
Summary: net-misc/radvd-1.5: wrong init.d script
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 23:33 UTC by Lepa
Modified: 2010-07-13 17:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lepa 2010-07-12 23:33:42 UTC
In the init.d variable CONFIGFILE is set to /etc/radvd.conf instead of /etc/radvd/radvd.conf.

Reproducible: Always
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-07-12 23:55:53 UTC
Uhm? CONFIGFILE can be anything actually, since we pass it to the start up call, so what's "wrong" with it? it's just going to avoid a subdirectory in /etc just for radvd...
Comment 2 Lepa 2010-07-13 00:42:23 UTC
(In reply to comment #1)
> Uhm? CONFIGFILE can be anything actually, since we pass it to the start up
> call, so what's "wrong" with it? it's just going to avoid a subdirectory in
> /etc just for radvd...
> 



# /etc/init.d/radvd start
 * Caching service dependencies ...                                      [ ok ]
 * Configuration file /etc/radvd.conf not found


from /etc/init.d/radvd:
CONFIGFILE=/etc/radvd.conf

installed configuration file:
/etc/radvd/radvd.conf

so, i decided to report that.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-07-13 01:25:03 UTC
Uhm would you mind giving me the output of qlist radvd? Because afaict here it does not install any radvd.conf file o_O
Comment 4 Christian Ruppert (idl0r) gentoo-dev 2010-07-13 17:08:12 UTC
There is no such config file provided by the ebuild(s).
There is only an example which will be installed into the doc directory.

<snip>
elog "To use ${PN} you must create the configuration file"
elog "${ROOT}etc/radvd.conf"
elog
elog "An example configuration file has been installed under"
elog "${ROOT}usr/share/doc/${PF}"
</snip>