Re: start-stop-daemon not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Fr, den 15.10.2004 schrieb Edwin Dicker um 15:52:

> I'm installing and trying to run a script which analyses iptablelogs. ( someone posted this link this week : www.gege.org/iptables )
> I've come to the point where I should be able to start the iptablelog script which contains the following command :
> 
> case $1 in
> start)
>       echo -n "Starting $LONGNAME: ";
>       start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --exec $DAE
> MON -- --background
>       echo $NAME;
>         ;;

This is IMHO a Debian style init script part.

> Should there be a start-stop-daemon file somewhere on the system ?? In which Package ?

Have a look at Fedora init scripts: what Fedora uses is "daemon" which
is a function defined in /etc/init.d/functions. So adjust the code you
found in your iptables log analyzer source. 

> Edwin

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13
Fedora GNU/Linux Core 2 (Tettnang) kernel 2.6.8-1.521smp 
Serendipity 16:24:36 up 1 day, 11:36, load average: 0.60, 0.48, 0.38 

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux