Review request: snort

Michael Schwendt bugs.michael at gmx.net
Wed May 4 08:31:21 UTC 2005


On Wed, 04 May 2005 01:43:27 -0400, Ignacio Vazquez-Abrams wrote:

> On Wed, 2005-05-04 at 07:34 +0200, Adrian Reber wrote:
> > On Wed, May 04, 2005 at 12:30:43AM -0500, Daniel Wittenberg wrote:
> > > Really?
> > > 
> > > plasma.starken $ rpm -q fedora-release
> > > fedora-release-3-9
> > > 
> > > plasma.starken $ grep ^%_sysconfdir /usr/lib/rpm/macros
> > > %_sysconfdir            %{_prefix}/etc
> > 
> > try:
> > $ rpm --showrc | grep sysconfdir
> > ...
> > -14: _sysconfdir        /etc
> > ...
> 
> Or even just:
> 
> $ rpm --eval "%_sysconfdir"
> /etc

Or:

$ grep ^%_sysconfdir /usr/lib/rpm/redhat/*
/usr/lib/rpm/redhat/macros:%_sysconfdir         /etc

> We actually use /etc/init.d as it is much more portable to other systems
> and is still compatible with RH/fedora.

I still disagree with using /etc/init.d/, because that file is a symlink,
and the full path /etc/init.d/rc.d/ should appear in packages.




More information about the fedora-extras-list mailing list