possible Jetty script bug

darren darren.hoo at gmail.com
Mon May 8 22:54:53 UTC 2006


Version: 5.1.5rc1-6
Filename: pool/contrib/j/jetty/jetty_5.1.5rc1-6_all.deb


in line 113 of file /etc/init.d/jetty


            echo -n "Starting $DESC: "
                su -p -s /bin/sh "$JETTY_USER" \
                        -c "$ROTATELOGS \"$LOGDIR/out.log\" 86400" \
                        < "$LOGDIR/out.log" &
                su -p -s /bin/sh - "$JETTY_USER" \
                        -c "$JAVA $ARGUMENTS >> $LOGDIR/out.log 2>&1 & \
                            echo \$!"  > "$PIDFILE"
                echo "$NAME."

possible missing  "-c" option  in the second  su command
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20060508/ee47a521/attachment.html


More information about the pkg-java-maintainers mailing list