[Lunar-commits] <moonbase> iptables: little fix to BUILD

Jean-Michel Bruenn wdp at lunar-linux.org
Sat Aug 6 17:01:24 CEST 2011


commit 0d1d36378f25289d15ecc0cd8b4b2b4adad77253
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date:   Sat Aug 6 17:01:24 2011 +0200

    iptables: little fix to BUILD
---
 security/iptables/BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/iptables/BUILD b/security/iptables/BUILD
index 5d412ed..b536387 100644
--- a/security/iptables/BUILD
+++ b/security/iptables/BUILD
@@ -17,12 +17,12 @@
   # revive tables
   if [ -f /etc/config.d/iptables.sav ] ; then
     cat /etc/config.d/iptables.sav | iptables-restore -c  &&
-    rm /etc/config.d/iptables.sav &&
+    rm /etc/config.d/iptables.sav
   fi
 
   # add empty iptables file for flushing
   if [ ! -f /etc/config.d/iptables-empty ]; then
-    cp $SCRIPT_DIRECTORY/files/iptables-empty /etc/config.d/iptables-empty &&
+    cp $SCRIPT_DIRECTORY/files/iptables-empty /etc/config.d/iptables-empty
   fi
   # little wrapper for systemd's usage
   # todo: should be detected by our package-management (installwatch?)


More information about the Lunar-commits mailing list