X Strike Force SVN Repository Admin <[EMAIL PROTECTED]> writes: > --- trunk/debian/xlibs.bug 2004-03-05 01:24:14 UTC (rev 1133) > +++ trunk/debian/xlibs.bug 2004-03-05 02:49:28 UTC (rev 1134) > @@ -7,9 +7,8 @@ > if [ -n "$XFREE86_LOGS" ]; then > for LOG in $XFREE86_LOGS; do > if [ -f "$LOG" ]; then > - printf "Keyboard-related contents of XFree86 X server log > file\n" \ > - >&3 > - printf "%s:\n" "$LOG" >&3 > + printf "Keyboard-related contents of XFree86 X server log " \ > + "file\n%s:\n" "$LOG" >&3 > egrep -5i '(keyboard|xkb|kbd)' "$LOG" >&3 > printf "\n" >&3 > fi
As far as I can tell, the previous usage was correct (despite having long lines), and this change *introduces* a second format-string argument. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.

