From c8dcf998b88efd5118f23be82e10569561d63fe7 Mon Sep 17 00:00:00 2001 From: Karol Krenski Date: Fri, 6 May 2005 01:59:33 +0000 Subject: [PATCH] - new for 1.0.3 Changed files: firestarter-script.patch -> 1.1 --- firestarter-script.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 firestarter-script.patch diff --git a/firestarter-script.patch b/firestarter-script.patch new file mode 100644 index 0000000..554ca12 --- /dev/null +++ b/firestarter-script.patch @@ -0,0 +1,11 @@ +--- firestarter-1.0.3/src/netfilter-script.c.orig 2005-01-29 13:32:08.000000000 +0100 ++++ firestarter-1.0.3/src/netfilter-script.c 2005-05-06 03:50:46.000000000 +0200 +@@ -405,7 +405,7 @@ + " $MPB ip_nat_irc 2> /dev/null\n" + "fi\n"); + +- fprintf (script, "if [ \"EXT_PPP\" = \"on\" ]; then\n" ++ fprintf (script, "if [ \"$EXT_PPP\" = \"on\" ]; then\n" + " $MPB bsd_comp 2> /dev/null\n" + " $MPB ppp_deflate 2> /dev/null\n" + "fi\n\n"); -- 2.43.0