iptables.postinst 139 B

1234567
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. if [ -f $IPKG_INSTROOT/etc/init.d/S45firewall ]; then
  4. add_rcconf iptables firewall NO
  5. fi