>>> /bin/sh on Solaris does not know about the "kill -s". Is there any >>> particular reason to use this syntax ? >> >> It's the POSIX syntax. On Solaris, you should probably use >> /usr/xpg4/bin/sh . > > Then configure should check for a suitable shell, and use its path to > generate the fakeroot script. I confirm that on Solaris 9, > /usr/xpg4/bin/sh does support this syntax.
OTOH, does fakeroot run on any platform whose /bin/sh does not support the traditional "kill -SIG" syntax ? We may not even have to bother with such an issue... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

