Volker <V(at)trendsetter.de> wrote:
>
> < link=`expr "$ls" : '.*-> \(.*\)$'`
> < if expr "${link}" : '/' > /dev/null; then
> ---
> > link=`/usr/compat/linux/usr/bin/expr "$ls" : '.*->
> \(.*\)$'`
> > if /usr/compat/linux/usr/bin/expr "${link}" : '/' >
> /dev/null; then
>
> Kann mir jemand sagen, WAS da genau geschieht?
Anstelle des FreeBSD-Binaries »expr« wird das entsprechende
Linux-Binary verwendet (aus der Emulation). Frag mich
nicht, wieso; vielleicht werden irgendwelche nicht-standard
Features verwendet, die nur das »expr« von Linux kennt.
Übrigens sollte es auch genügen, den ganzen Wrapper mit
/usr/compat/linux/bin/sh anstatt /bin/sh laufen zu lassen.
Dann werden per Default erstmal die Linux-Binaries genom-
men.
Deine restlichen Fragen kann ich leider nicht beantworten
(ich gehe Java lieber aus dem Weg, was mir bisher zum Glück
meistens gelungen ist).
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 21 Mar 2002 - 18:26:21 CET