#!/bin/sh if [ -x /etc/init.d/pbr ] && /etc/init.d/pbr enabled; then logger -t "pbr" "Reloading pbr due to $ACTION of firewall" /etc/init.d/pbr on_firewall_reload "$ACTION" fi