Revert make-iptables-restore to previous version - this one doesn't work yet
[svn/Prometheus-QoS/.git] / optional-tools / make-iptables-restore
index 3e33fb2bf91b700c040c26d97115300d329d9171..50abb1a714d75cd5ee12fd5937b2aa0f929b7700 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# $Id$
 iptables="/sbin/iptables"
 iptablesrestore="/sbin/iptables-restore"
 ifconfig="/sbin/ifconfig"
@@ -171,4 +172,4 @@ done
 echo " done."
 
 echo COMMIT >> $restoretmp
-mv $restoretmp $restoredata
\ No newline at end of file
+mv $restoretmp $restoredata
This page took 0.131026 seconds and 4 git commands to generate.