Jochen Eisinger wrote:
>
> huh, this script...
>
> #!/bin/sh
>
> for file in `find -name "*.c"` `find -name "*.h"`; do
>
> ## Don't change frontends
> ##
> ## note: saned.c & test.c aren't real frontends (i.e. they need to
> include
> ## sanei_*.h files)
> if [ "`echo $file | grep frontend/`" != "" ] ; then
>
> if [ "`basename $file`" != "test.c" ] ; then
>
> if [ "`basename $file`" != "saned.c" ] ; then
>
Hi Jochen, why do you want to keep saned.c and test.c unachanged?
The change should be done for all files (but xcam and xscanimage
which will be removed soon).
I think we should not apply the patch to the cvs.
At least for the backends each author should do the changes
on his own, only unmaintained backends should be changed in
the cvs.
Bye
Oliver
-- Homepage: http://www.wolfsburg.de/~rauch sane-umax: http://www.wolfsburg.de/~rauch/sane/sane-umax.html xsane: http://www.wolfsburg.de/~rauch/sane/sane-xsane.html E-Mail: mailto:Oliver.Rauch@Wolfsburg.DE-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Fri Nov 03 2000 - 23:04:04 PST