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

Thomas Arendsen Hein thomas at intevation.de
Tue Sep 27 23:17:34 CEST 2005


* soliva at comcept.ch <soliva at comcept.ch> [20050927 21:41]:
> prepare LDAP database...
> grep: illegal option -- e
> grep: illegal option -- f
> Usage: grep -hblcnsviw pattern file . . .
> usage: ps [ -aAdeflcjLPy ] [ -o format ] [ -t termlist ]
>         [ -u userlist ] [ -U userlist ] [ -G grouplist ]
>         [ -p proclist ] [ -g pgrplist ] [ -s sidlist ]

Here are still calls to grep and ps with non-POSIX options, but I
haven't found where they are done.

> 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`;

Thomas

-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/




More information about the devel mailing list