Hi, I have LynxOS-3.0.1 and if you try to use find with -depth obtain a syntax error!
>find . -depth -print find: syntax error at -depth Maybe it is possible (I don't try to do this) to install the GNU findutils and this can resolve the problem but the find distributed with this version of the LynxOS doesn't support -depth option. Bye, Fulvio Bille` Jim Jagielski wrote: > Not sure if they went through, or if I just missed the reply. > > These patches look good but I have a question about this: > > At 1:51 PM +0200 7/10/02, Fulvio Bille` wrote: > >diff -ruN ./src/helpers/mkshadow.sh > >../apache_1.3.26-patched/src/helpers/mkshadow.sh > >--- ./src/helpers/mkshadow.sh Tue Jun 29 15:43:15 1999 > >+++ ../apache_1.3.26-patched/src/helpers/mkshadow.sh Fri Jul 5 14:11:19 > > > >2002 > >@@ -65,7 +65,7 @@ > > > > # fill directory tree with symlinks to files > > FILES="`cd $src; \ > >- find . -depth -print |\ > >+ find . -print |\ > > sed -e '/\.o$/d' \ > > -e '/\.a$/d' \ > > -e '/\.so$/d' \ > > Why the change? Does LynxOS-3.0.1 find not support -depth? > -- > =========================================================================== > Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ > "A society that will trade a little liberty for a little order > will lose both and deserve neither" - T.Jefferson
