[hipl-commit] [trunk] Rev 4539: Removed outdated openwrt init.d files and some references to them.

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 17 May 2010 15:22:22 +0300

Committer: Miika Komu <miika@xxxxxx>
Date: 17/05/2010 at 15:22:22
Revision: 4539
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Removed outdated openwrt init.d files and some references to them.

Modified:
  D  packaging/openwrt/package/files/test/
  D  packaging/openwrt/package/files/test/firewall.flush
  D  packaging/openwrt/package/files/test/firewall.init
  D  packaging/openwrt/package/files/test/firewall.rules
  D  packaging/openwrt/package/files/test/firewall.start
  M  packaging/openwrt/package/files/hipfw.init

=== modified file 'packaging/openwrt/package/files/hipfw.init'
--- packaging/openwrt/package/files/hipfw.init  2010-03-03 17:48:34 +0000
+++ packaging/openwrt/package/files/hipfw.init  2010-05-17 12:22:44 +0000
@@ -4,13 +4,10 @@
 START=65
 STOP=65
 
-#HIPFW_INIT=/etc/hip/test/firewall.init
-#HIPFW_START=/etc/hip/test/firewall.start # does not work anymore
 HIPFW_START='hipfw -mb'
 
 start() {
     echo -n "Starting hipfw"
-#   ${HIPFW_INIT}
     ${HIPFW_START}
     echo "."
 }

=== removed directory 'packaging/openwrt/package/files/test'

Other related posts:

  • » [hipl-commit] [trunk] Rev 4539: Removed outdated openwrt init.d files and some references to them. - Miika Komu