]> git.pld-linux.org Git - packages/firestarter.git/blob - firestarter-script.patch
- new for 1.0.3
[packages/firestarter.git] / firestarter-script.patch
1 --- firestarter-1.0.3/src/netfilter-script.c.orig       2005-01-29 13:32:08.000000000 +0100
2 +++ firestarter-1.0.3/src/netfilter-script.c    2005-05-06 03:50:46.000000000 +0200
3 @@ -405,7 +405,7 @@
4                          "      $MPB ip_nat_irc 2> /dev/null\n"
5                          "fi\n");
6  
7 -       fprintf (script, "if [ \"EXT_PPP\" = \"on\" ]; then\n"
8 +       fprintf (script, "if [ \"$EXT_PPP\" = \"on\" ]; then\n"
9                          "      $MPB bsd_comp 2> /dev/null\n"
10                          "      $MPB ppp_deflate 2> /dev/null\n"
11                          "fi\n\n");
This page took 0.238822 seconds and 3 git commands to generate.