On 12/6/2015 11:45 AM, matt darfeuille wrote:
> Hi Tom,
>
> Some more fixes!!!:)
>
> configure bash script:
> Added {} to $params[HOST] on line 178; changed to:
> echo "Info: ... ${params[HOST]}-specific ...
>
> configure.pl:
>
> If invoke as: ./configure.pl  host=debian the line:
> if ( readlink '/sbin/init') ...
> was missing the (); change to:
> if ( readlink('/sbin/init') =~ ...
>
> --
> Also in that if statement the 'shorewallrc' was missing from the
> value of the variable rcfilename; changed to:
> $rcfilename='shorewallrc.debian.systemd'
>
> I have also added:
>
> --
> use file::basename;
> chdir dirname($0);
>
> --
> print $outfile "# rc file: $rcfilename\n#\n"
> and remove #\n from the previous line!
>
> shorewall-lite/uninstall.sh:
> line 156 shorewall and not shorewal; changed to:
> echo "Worning: Shorewall ...
>
> shorewall-init/install.sh:
> line 495 init and not INit; changed to:
> echo "Shorewall Init ...
>
> Attached!
>

Applied.

Thanks, Matt.

-Tom
-- 
Tom Eastep        \ When I die, I want to go like my Grandfather who
Shoreline,         \ died peacefully in his sleep. Not screaming like
Washington, USA     \ all of the passengers in his car
http://shorewall.net \________________________________________________

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to