[Kolab-devel] Re: kolab_bootstrap -b fails on Solaris 8 Sparc

Bernhard Reiter bernhard.reiter at intevation.de
Sun Oct 2 16:53:23 CEST 2005


Am Dienstag, 27. September 2005 23:17 schrieb Thomas Arendsen Hein:
> * soliva at comcept.ch <soliva at comcept.ch> [20050927 21:41]:

> > diff: illegal option -- q
> > usage: diff [-bitw] [-c | -e | -f | -h | -n] file1 file2
> >        diff [-bitw] [-C number] file1 file2
> >        diff [-bitw] [-D string] file1 file2
> >        diff [-bitw] [-c | -e | -f | -h | -n] [-l] [-r] [-s] [-S name]
> > directory1 directory2
>
> There are some calls to 'diff -q' in
> /kolab/lib/perl/site_perl/5.8.7/i686-linux/Kolab/Conf.pm
> that look like this:
>   my $rc = `diff -q $cfg $oldcfg`;
> please try changing them to:
>   my $rc = `diff $cfg $oldcfg >/dev/null`;

This looks okay for posix with me.
Andrea: Can you retry with Thomas changes for diff
and my correction for the ps change?

Steffen: Are you okay with the change? Then you can commit it.




More information about the devel mailing list