Bug 116128 - Updated ebuild for net-proxy/dansguardian-2.9.3.1
|
Bug#:
116128
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: net-proxy@gentoo.org
|
Reported By: natanael.copa@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: Updated ebuild for net-proxy/dansguardian-2.9.3.1
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-12-19 23:58 0000
|
Dansguardian 2.9.3.1 is out and 2.9.3.0_alpha is in portage.
Created an attachment (id=75174) [details]
files/dansguardian-2.9.3.1-gentoo.patch
Needed for the ebuild. I think this could have been solved with sed in the
ebuild instead to ease future maintainance. Something like:
sed 's:/etc/rc.d/init.d/dansguardian:/etc/init.d/dansguardian:g'
doc/dansguardian.8
It would be safe and no patches would be needed in future.
files/dansguardian-2.9.3.0-gentoo.patch does a little more than proposed sed.
On the contrary, I think patching improve maintainability. In this way, the
maintainer could easily detect when the patch is no longer necessary.
(In reply to comment #3)
> files/dansguardian-2.9.3.0-gentoo.patch does a little more than proposed sed.
Oh... I didnt see the "restart" option. It is missing in
https://bugs.gentoo.org/attachment.cgi?id=75174
> On the contrary, I think patching improve maintainability. In this way, the
> maintainer could easily detect when the patch is no longer necessary.
That is a good point.