Re: sh script Q

1999-05-18 Thread Chmouel Boudjnah
Vadim Vygonets <[EMAIL PROTECTED]> writes: > > [ "$PARAM" != "SOMETHING" ] || { > > ;} > I think that it's better to do: > if [ "X$PARAM" != "XSOMETHING" ]; then . Yes you right it's more unix, but i usually use the "$PARAM" != "SOME". -- MandrakeSoft http://www.mandrakesoft.com

Re: KDE Hebrew Support

1999-05-17 Thread Chmouel Boudjnah
Oded Arbel <[EMAIL PROTECTED]> writes: > you can find various truetype servers on the web (surpries surprise !). > there's xfstt and xfsft (carefull not to mix these two though they're > very similar in the way they work), there's the Bero TrueType server and > Mandrake have they're own version o

Re: rh60 bug ?

1999-05-05 Thread Chmouel Boudjnah
Erez Doron <[EMAIL PROTECTED]> writes: > > xauth +localhost > this is an ileagle syntax for xauth > thanks anyway oups sorry, it's xhost. Amicalement. -- Chmouel

Re: rh60 bug ?

1999-05-05 Thread Chmouel Boudjnah
Erez Doron <[EMAIL PROTECTED]> writes: > when running X not as root, i get: > 'Authentication failed' do a : xauth +localhost to allow all users from localhost to launch x applications. See the man xauth(1) for more information -- Chmouel

Re: debian packages in RH 5.2

1999-04-22 Thread Chmouel Boudjnah
Gal Aviel <[EMAIL PROTECTED]> writes: > 1) does it work ? I mean installing a debian package into a RH system > (5.2 in my case) Yes, if you don't have take the binaries from potato (glibc2.1 based doen't work with you glibc2.0 system) > 2) where can I find the source and compile the debia

Re: RH init scripts bug

1999-04-20 Thread Chmouel Boudjnah
Gaal Yahas <[EMAIL PROTECTED]> writes: > My Q: can anyone with RH 5.9 / 6 check if this was fixed, before I > report it? No it's not fixed. -- MandrakeSoft http://www.mandrakesoft.com/ --Chmouel

Re: problem with ./configure

1999-04-15 Thread Chmouel Boudjnah
"yossy" <[EMAIL PROTECTED]> writes: > when i make ./configure, it write: Rebuild it with automake and autoconf. -- MandrakeSoft http://www.mandrakesoft.com/ --Chmouel