Update of /cvsroot/leaf/src/bering-uclibc/apps/shorewall
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20326

Modified Files:
        buildtool.cfg buildtool.mk 
Added Files:
        shorewall-3.2-leaffix.patch 
Log Message:
small leaf specific patch for shorewall 3.2 series

--- NEW FILE: shorewall-3.2-leaffix.patch ---
diff -urN shorewall-3.2.6.orig/shorewall shorewall-3.2.6/shorewall
--- shorewall-3.2.6.orig/shorewall      2006-11-15 17:42:07.000000000 +0100
+++ shorewall-3.2.6/shorewall   2006-12-01 18:52:26.000000000 +0100
@@ -1996,7 +1996,7 @@
        [ $# -lt 2 -o $# -gt 3 ] && usage 1
        VERBOSE=$(make_verbose)
        [ -n "$NOROUTES" ] && NOROUTES=-n
-       export -n CONFIG_PATH
+       CONFIG_PATH
        if ! $0 $debugging $VERBOSE -c $2 restart; then
            if ! $IPTABLES -L shorewall > /dev/null 2> /dev/null; then
                $0 $VERBOSE $NOROUTES start

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/shorewall/buildtool.cfg,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** buildtool.cfg       19 Nov 2006 14:35:08 -0000      1.11
--- buildtool.cfg       1 Dec 2006 18:04:46 -0000       1.12
***************
*** 31,35 ****
--- 31,42 ----
        Directory = shorewall
        Envname = SHOREWALL_PATCH_1
+ </File>
  
+ #3.2.6 errata
+ <File shorewall-3.2-leaffix.patch>
+       Server = cvs-sourceforge
+       Revision = HEAD
+       Directory = shorewall
+       Envname = SHOREWALL_PATCH_2
  </File>
  

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/shorewall/buildtool.mk,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** buildtool.mk        19 Nov 2006 14:35:08 -0000      1.10
--- buildtool.mk        1 Dec 2006 18:04:46 -0000       1.11
***************
*** 16,19 ****
--- 16,20 ----
        cat $(SHOREWALL_CONFIG_DIFF)    | patch -d $(SHOREWALL_DIR) -p1
        cat $(SHOREWALL_PATCH_1)        | patch -d $(SHOREWALL_DIR)
+       cat $(SHOREWALL_PATCH_2)        | patch -d $(SHOREWALL_DIR)
  
  #     cp -a compiler $(SHOREWALL_DIR)/compiler


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to