[Olsr-cvs] olsrd-current CHANGELOG,1.95,1.96
Bernd Petrovitsch
(spam-protected)
Fri Oct 5 10:39:16 CEST 2007
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11469
Modified Files:
CHANGELOG
Log Message:
as reported by Aaron Kaplan <(spam-protected)>:
* BSD-xargs doesn't know "--no-run-if-empty" aka "-r". So we simply kill it
(leaving a comment for me to not add it again in 6 months - I have yet to
encounter a situation where "-r" is actually wrong) as "rm -f" without
parameters does nothing anyways.
* But it knows "-0" as I learned. So we use that too.
And yes, if I use "find | xargs" it actually is written as
"find -print0 | xargs -0r". Everytime.
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/CHANGELOG,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** CHANGELOG 5 Oct 2007 08:06:12 -0000 1.95
--- CHANGELOG 5 Oct 2007 08:39:14 -0000 1.96
***************
*** 157,160 ****
--- 157,163 ----
scan.coverty.com).
+ BUG erported by Aaron Kaplan <(spam-protected)>
+ - BSD-xargs doesn't know "-r".
+
PATCHES and CLEANUPS by Bernd Petrovitsch <(spam-protected)>
- Made a function from the ME_TO_DOUBLE() macro (in src/mantissa.h).
More information about the Olsr-cvs
mailing list