On Mon, May 08, 2006 at 06:54:53PM -0400, darren wrote: > 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
This was also reported as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367491 A fixing upload is pending. Cheers, Michael -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ _______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

