Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179236 - sys-apps/baselayout-1.12.9-r2: /sbin/runscript.sh shouldn't mentioned /etc/rc.conf
Summary: sys-apps/baselayout-1.12.9-r2: /sbin/runscript.sh shouldn't mentioned /etc/rc...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-20 16:01 UTC by Toralf Förster
Modified: 2007-07-11 13:23 UTC (History)
0 users

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 Toralf Förster gentoo-dev 2007-05-20 16:01:21 UTC
but a call of /etc/init.d/iptables says the opposite.


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-20 16:16:56 UTC
Absolutely no clue what are you talking about. There's no reference to 
/etc/rc.conf in iptables init script.
Comment 2 Toralf Förster gentoo-dev 2007-05-20 17:40:01 UTC
Please look at <------------------


tfoerste@n22 ~ $ /etc/init.d/iptables
Usage: iptables [ flags ] < options >

Normal Options:
    start stop restart pause zap
      Default init.d options.

Additional Options:
    save reload panic
      Extra options supported by this init.d script.

Flags:
    --quiet
      Suppress output to stdout, except if:
      1) It is a warning, then output to stdout
      2) It is an error, then output to stderr
    --verbose   Output extra information
    --debug     Output debug information
    --nocolor   Suppress the use of colors

Configuration files:
    /etc/conf.d/iptables    /etc/rc.conf                  <------------------

For more info, please run '/etc/init.d/iptables help'.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-05-20 18:35:55 UTC
$ grep -Rni rc.conf /usr/portage/net-firewall/iptables/
$ 

Comment 4 Toralf Förster gentoo-dev 2007-05-20 19:49:13 UTC
I changed the topic of the bug report with respect to the culprit, b/c /etc/rc.conf seems no longer be the central configuration file sn't it ?

Comment 5 SpanKY gentoo-dev 2007-05-20 23:07:43 UTC
the purpose of the output is to show all files that are actually involved ... /etc/rc.conf, while not the main file, is involved and thus is listed

should actually list *more* files ... like /etc/conf.d/rc and (if it exists), /etc/conf.d/${service}.${softlevel}
Comment 6 Roy Marples (RETIRED) gentoo-dev 2007-05-21 07:01:10 UTC
The actual order goes like so

/etc/conf.d/rc.$softlevel || /etc/conf.d/rc
/etc/conf.d/$service.$softlevel || /etc/conf.d/$service
/etc/rc.conf
Comment 7 SpanKY gentoo-dev 2007-05-21 20:23:52 UTC
i wasnt referring to order, but i can update it so order is included
Comment 8 Roy Marples (RETIRED) gentoo-dev 2007-07-11 13:23:02 UTC
I'm not sure what the exact issue is here - /etc/rc.conf is there to override everything.