Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80946 - Monmotha iptables script version bump
Summary: Monmotha iptables script version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-05 20:38 UTC by Curtis Magyar
Modified: 2005-02-10 05:08 UTC (History)
0 users

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


Attachments
net-misc/monmotha-2.3.8.ebuild.patch (monmoth.patch,740 bytes, patch)
2005-02-05 20:40 UTC, Curtis Magyar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Magyar 2005-02-05 20:38:12 UTC
There is now a stable version of Monmotha available (2.3.8), so the 2.3.8_pre7 ebuild is pretty old..

Can we change this ebuild to fetch the script from the homepage as well, rather than directly in the portage tree?  I'll attach a patch to do this, incase that would be desirable.

I'd also rather that the entire config section of the script to be commented, and a file from /etc/conf.d/ sourced instead, but I'm not sure exactly how to achieve that.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Curtis Magyar 2005-02-05 20:40:44 UTC
Created attachment 50511 [details, diff]
net-misc/monmotha-2.3.8.ebuild.patch

This patch should make version bumping easier.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-02-10 05:08:11 UTC
patch commited as is.

For separate config - extract the config section - maybe with head -n xxx > ${D}/etc/monmotha.conf

and relace with
#!/bin/bash
. /etc/monmoth.conf

just a though.Test away and see what you come up with.