Package: roundup Severity: normal User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch
The attached patch fixes it. Thank you -- Iulian
--- debian/roundup.init.orig 2008-11-17 17:18:50.000000000 +0000
+++ debian/roundup.init 2008-11-17 17:20:00.000000000 +0000
@@ -58,6 +58,8 @@
case "$1" in
start)
printf "Starting $DESC:"
+ install -o root -g root -m 755 -d /var/run/roundup
+
start-stop-daemon --start --oknodo --quiet \
--pidfile $PIDFILE \
--exec $EXECUTABLE $OPTIONS

