When i start
/etc/init.t/iptableslog start
I get the following:
Starting iptables logfile analyzer:
/etc/init.d/iptablelog: line 22: start-stop-daemon:
command not found
OS is Fedora Core 2
I found the simple solution: to get dpkg sources from
http://packages.debian.org/dpkg and
build start-stop-daemon from them:
tar -xvzf dpkg[version].tar.gz and cd to it
./configure
make
find . -name start-stop-daemon
install -m755 path_to_start-stop-daemon /sbin