Add LSB header into fiaif init script --- ./prog/fiaif +++ ./prog/fiaif @@ -1,16 +1,19 @@ #!/bin/bash +# +# chkconfig: 345 08 92 +# description: Automates a packet filtering firewall with iptables. +# config: /etc/fiaif/fiaif/conf +# ### BEGIN INIT INFO # Provides: fiaif -# Required-Start: $remote_fs -# Required-Stop: $remote_fs -# Default-Start: S +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 345 # Default-Stop: 0 6 # Short-Description: Intelligent firewall # Description: Automates a packet filtering firewall with iptables. ### END INIT INFO -# -# chkconfig: 345 08 92 -# description: Automates a packet filtering firewall with iptables. + # FIAIF is an Intelligent firewall$ # Startup script to add firewall functionality.