Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10910] firewall/iptables init scripts should start before network

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10910] firewall/iptables init scripts should start before network
  • Date: 10 Apr 2006 18:09:32 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10910





------- Additional Comments From jblosser-smgl AT firinn.org 2006-04-10 13:09
-------
(In reply to comment #5)
> Relocating spell files through CONFIG_LOC only works as far as those files
> get
> installed by the upstream configure/make. No spell checks the various
> prefixes
> afterwards for additional files, so this is a global issue if we want to
> support
> it (I don't see a good reason for it globally though).

I think we'd want to support it where we could, but that becomes another bug,
so
skipping that discussion for now...

> Theoretically we could just make all init scripts source a local
> /etc/sysconfig/scriptname-local that allows overriding settings like
> PROGRAM,
> NEEDS, WANTS, ... to make the init setup a little more flexible (without
> going
> the full way to init metadata).

Really the existing /etc/sysconfig files could do this for the scripts that
use
them, it's not a bad idea.

Another (really easy) fix for this issue (that leaves the other stuff for
future
bugs) would be:

PROGRAM=`PATH=/sbin:/usr/sbin which iptables`

with 'which' set up as a function in the init system since they may not have
it
available locally. What do you think? It doesn't help if they install it
somewhere else, but as noted we don't currently do anything to work with them
installing these anywhere but the default.

There are various permutations of the above if we only really care about
looking
a couple of places.


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




Archive powered by MHonArc 2.6.24.

Top of Page