tags 342325 patch thanks I'm attaching what I just uploaded to ubuntu. just a quick fix for imminent problems
-- Reinhard Tartler <[EMAIL PROTECTED]>
--- oops.init 2006-01-14 19:39:26.000000000 +0100 +++ /etc/init.d/oops 2006-01-14 15:30:57.000000000 +0100 @@ -49,10 +49,16 @@ GROUP="proxy" test -f $DAEMON || exit 0 -test -f $DAEMONCTL || exit 0 +#test -f $DAEMONCTL || exit 0 set -e +if [ ! -d /var/run/oops ]; then + mkdir /var/run/oops + chown proxy:proxy /var/run/oops +fi + + case "$1" in start) echo -n "Starting $DESC: "
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil