tags 344207 + patch
thanks

Hi

here's a patch that fixes this bug. I don't have a problem with having
the conserver log files owned by group dialout, since they are world
readable. In any case, the fix suggested in this bugreport thread
might be as good as any.

I have contacted the maintainer of the package and will perform a NMU
if I don't hear back from him in the next few days, as I have a fix
for both this bug and #342015 which are both important ones.

HTH

T-Bone

diff -Nru cons/conserver-8.1.12/debian/conserver-server.init
conserver-8.1.12/debian/conserver-server.init
--- conserver-8.1.12.orig/debian/conserver-server.init  2006-01-16
16:43:55.000000000 +0100
+++ conserver-8.1.12/debian/conserver-server.init       2006-01-16
16:44:09.000000000 +0100
@@ -38,7 +38,7 @@
        else
                touch /var/run/conserver.pid
                chown -R conservr:adm /var/log/conserver /var/run/conserver.pid
-               start-stop-daemon --chuid conservr:adm --background --start \
+               start-stop-daemon --chuid conservr --background --start \
                        --quiet --exec $DAEMON -- -d $OPTS
        fi
        echo "$NAME."
@@ -74,7 +74,7 @@
                start-stop-daemon --background --start \
                        --quiet --exec $DAEMON -- -d $OPTS
        else
-               start-stop-daemon --chuid conservr:adm --background --start \
+               start-stop-daemon --chuid conservr --background --start \
                        --quiet --exec $DAEMON -- -d $OPTS
        fi
        echo "$NAME."

Reply via email to