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

_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to