diff -rc apf-0.9.6-2/apf.init apf-0.9.6-2-ubuntu7.04/apf.init *** apf-0.9.6-2/apf.init 2007-05-26 20:01:56.000000000 -0400 --- apf-0.9.6-2-ubuntu7.04/apf.init 2007-09-08 12:22:37.000000000 -0400 *************** *** 5,11 **** # # source function library ! . /etc/rc.d/init.d/functions # import variables . /etc/apf/conf.apf . /etc/apf/internals/internals.conf --- 5,12 ---- # # source function library ! #. /etc/init.d/functions ! . /lib/lsb/init-functions # import variables . /etc/apf/conf.apf . /etc/apf/internals/internals.conf diff -rc apf-0.9.6-2/cron.daily apf-0.9.6-2-ubuntu7.04/cron.daily *** apf-0.9.6-2/cron.daily 2004-02-20 03:37:55.000000000 -0500 --- apf-0.9.6-2-ubuntu7.04/cron.daily 2007-09-08 12:12:45.000000000 -0400 *************** *** 1,2 **** #!/bin/sh ! /etc/rc.d/init.d/apf restart >> /dev/null 2>&1 --- 1,2 ---- #!/bin/sh ! /etc/init.d/apf restart >> /dev/null 2>&1 diff -rc apf-0.9.6-2/files/ad/antidos apf-0.9.6-2-ubuntu7.04/files/ad/antidos *** apf-0.9.6-2/files/ad/antidos 2007-05-25 19:49:33.000000000 -0400 --- apf-0.9.6-2-ubuntu7.04/files/ad/antidos 2007-09-08 12:23:15.000000000 -0400 *************** *** 1,4 **** ! #!/bin/sh # # antidos beta 0.6 [antidos@r-fx.org] ### --- 1,4 ---- ! #!/bin/bash # # antidos beta 0.6 [antidos@r-fx.org] ### diff -rc apf-0.9.6-2/files/ad/tlog apf-0.9.6-2-ubuntu7.04/files/ad/tlog *** apf-0.9.6-2/files/ad/tlog 2007-01-14 05:28:53.000000000 -0500 --- apf-0.9.6-2-ubuntu7.04/files/ad/tlog 2007-09-08 12:23:19.000000000 -0400 *************** *** 1,4 **** ! #!/bin/sh # # track log 0.2 ### --- 1,4 ---- ! #!/bin/bash # # track log 0.2 ### diff -rc apf-0.9.6-2/files/apf apf-0.9.6-2-ubuntu7.04/files/apf *** apf-0.9.6-2/files/apf 2007-06-10 20:38:13.000000000 -0400 --- apf-0.9.6-2-ubuntu7.04/files/apf 2007-09-08 12:22:43.000000000 -0400 *************** *** 1,4 **** ! #!/bin/sh # # APF 0.9.6 [apf@r-fx.org] ### --- 1,4 ---- ! #!/bin/bash # # APF 0.9.6 [apf@r-fx.org] ### diff -rc apf-0.9.6-2/files/extras/dshield/install apf-0.9.6-2-ubuntu7.04/files/extras/dshield/install *** apf-0.9.6-2/files/extras/dshield/install 2003-08-27 04:05:34.000000000 -0400 --- apf-0.9.6-2-ubuntu7.04/files/extras/dshield/install 2007-09-08 12:23:08.000000000 -0400 *************** *** 1,4 **** ! #!/bin/sh if [ -d "/usr/local/dshield" ]; then echo "dshield client already installed, aborting." --- 1,4 ---- ! #!/bin/bash if [ -d "/usr/local/dshield" ]; then echo "dshield client already installed, aborting." diff -rc apf-0.9.6-2/files/extras/get_ports apf-0.9.6-2-ubuntu7.04/files/extras/get_ports *** apf-0.9.6-2/files/extras/get_ports 2007-01-14 05:29:10.000000000 -0500 --- apf-0.9.6-2-ubuntu7.04/files/extras/get_ports 2007-09-08 12:22:58.000000000 -0400 *************** *** 1,4 **** ! #!/bin/sh # # APF 0.9.6 [apf@r-fx.org] ### --- 1,4 ---- ! #!/bin/bash # # APF 0.9.6 [apf@r-fx.org] ### diff -rc apf-0.9.6-2/files/extras/importconf apf-0.9.6-2-ubuntu7.04/files/extras/importconf *** apf-0.9.6-2/files/extras/importconf 2007-01-14 05:29:10.000000000 -0500 --- apf-0.9.6-2-ubuntu7.04/files/extras/importconf 2007-09-08 12:23:03.000000000 -0400 *************** *** 1,4 **** ! #!/bin/sh # # APF 0.9.6 [apf@r-fx.org] ### --- 1,4 ---- ! #!/bin/bash # # APF 0.9.6 [apf@r-fx.org] ### diff -rc apf-0.9.6-2/files/firewall apf-0.9.6-2-ubuntu7.04/files/firewall *** apf-0.9.6-2/files/firewall 2007-06-10 19:04:04.000000000 -0400 --- apf-0.9.6-2-ubuntu7.04/files/firewall 2007-09-08 12:22:50.000000000 -0400 *************** *** 1,4 **** ! #!/bin/sh # # APF 0.9.6 [apf@r-fx.org] ### --- 1,4 ---- ! #!/bin/bash # # APF 0.9.6 [apf@r-fx.org] ### diff -rc apf-0.9.6-2/files/vnet/vnetgen apf-0.9.6-2-ubuntu7.04/files/vnet/vnetgen *** apf-0.9.6-2/files/vnet/vnetgen 2007-05-25 17:12:51.000000000 -0400 --- apf-0.9.6-2-ubuntu7.04/files/vnet/vnetgen 2007-09-08 12:22:03.000000000 -0400 *************** *** 1,3 **** --- 1,4 ---- + #!/bin/bash # # APF 0.9.6 [apf@r-fx.org] ### diff -rc apf-0.9.6-2/importconf apf-0.9.6-2-ubuntu7.04/importconf *** apf-0.9.6-2/importconf 2007-01-14 05:28:32.000000000 -0500 --- apf-0.9.6-2-ubuntu7.04/importconf 2007-09-08 12:22:30.000000000 -0400 *************** *** 1,4 **** ! #!/bin/sh # # APF 0.9.6 [apf@r-fx.org] ### --- 1,4 ---- ! #!/bin/bash # # APF 0.9.6 [apf@r-fx.org] ### diff -rc apf-0.9.6-2/install.sh apf-0.9.6-2-ubuntu7.04/install.sh *** apf-0.9.6-2/install.sh 2007-05-30 02:07:05.000000000 -0400 --- apf-0.9.6-2-ubuntu7.04/install.sh 2007-09-08 12:22:25.000000000 -0400 *************** *** 1,4 **** ! #!/bin/sh # # APF 0.9.6 [apf@r-fx.org] ### --- 1,4 ---- ! #!/bin/bash # # APF 0.9.6 [apf@r-fx.org] ### *************** *** 54,62 **** chmod 755 /etc/cron.daily/fw fi if [ -f "/etc/rc.d/init.d/apf" ]; then ! cp -f apf.init /etc/rc.d/init.d/apf else ! cp -f apf.init /etc/rc.d/init.d/apf fi if [ -f "/var/log/apf_log" ] || [ -f "/var/log/apfados_log" ]; then rm -f /var/log/apf_log /var/log/apfados_log --- 54,62 ---- chmod 755 /etc/cron.daily/fw fi if [ -f "/etc/rc.d/init.d/apf" ]; then ! cp -f apf.init /etc/init.d/apf else ! cp -f apf.init /etc/init.d/apf fi if [ -f "/var/log/apf_log" ] || [ -f "/var/log/apfados_log" ]; then rm -f /var/log/apf_log /var/log/apfados_log