]> git.pld-linux.org Git - packages/firestarter.git/commitdiff
- new for 1.0.3
authorKarol Krenski <charles@pld-linux.org>
Fri, 6 May 2005 01:59:33 +0000 (01:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firestarter-script.patch -> 1.1

firestarter-script.patch [new file with mode: 0644]

diff --git a/firestarter-script.patch b/firestarter-script.patch
new file mode 100644 (file)
index 0000000..554ca12
--- /dev/null
@@ -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");
This page took 0.061095 seconds and 4 git commands to generate.