On Fri, 30 Mar 2012 08:12:27 -0700
Tom Eastep <[email protected]> wrote:


> The above two problems can be corrected by modifying the CLI programs
> ( and lib.base) to read the correct rc file. I'll include that in
> Beta 5.

Thank you. Btw. I don't have anything against ./install.sh
using ~/.shorewallrc is that was what you were thinking about.
or .shorewallrc from same dir install.sh is located at...

installdir=$(dirname $0)

if [ -f ${installdir}/.shorewallrc ]; then
    . ${installdir}/.shorewallrc || exit 1
elif [ -f ~/.shorewallrc ]; then

etc.

> 
> > 
> > Problem 3:
> > 
> > the configire which was imho total waste of programming time to
> > generate is not able to unset any value.
> > 
> > shorewallrc.redhat has SYSTEMD set.
> > 
> > On rhel systems there is no SYSTEMD but installer still try to
> > install system files.
> > 
> > This gives two possibilities: Either Only required options can be
> > set in default shorewallrc.<hosttype>.
> > 
> > That means both INITDDIR and SYSTEMD must be unset so that one can
> > be selected, either install of INITDDIR file or SYSTEMD service.
> > 
> > Or there must be possibility to unset config value with configure.
> 
> teastep@ubuntu:$ ./configure --host=redhat --systemd=

Exellent - if that works my testing was not good enough :-(

> > Problem 4:
> > 
> > Now, when systemd service is installed, shorewall doesn't create
> > path if it's missing so installing service to DESTDIR fails because
> > there is no directory to intall systemd service file to.
> > 
> 
> I'll fix that in Beta5.

Good - I can generate a patch for this if you want?

-- 
Tuomo Soini <[email protected]>
Foobar Linux services
+358 40 5240030
Foobar Oy <http://foobar.fi/>

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to