[Olsr-cvs] olsrd-current CHANGELOG,1.121,1.122
Bernd Petrovitsch
(spam-protected)
Tue Dec 11 18:20:08 CET 2007
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19671
Modified Files:
CHANGELOG
Log Message:
- Replaced "which" with a /bin/sh script snippet.
- inspired by Sven-Ola Tücke: avoid a bash'ism (i.e. "OPTS="${OPTS//$opt}") in
gcc-warnings and ld-warnings. But we do not replace it with `sed` (since it
costs a fork(2) and an exec(3)) but also with shell code which doesn't use
any external program.
For a specification of /bin/sh: see
http://www.opengroup.org/onlinepubs/000095399/utilities/xcu_chap02.html#tag_02
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/CHANGELOG,v
retrieving revision 1.121
retrieving revision 1.122
diff -C2 -d -r1.121 -r1.122
*** CHANGELOG 29 Nov 2007 22:40:11 -0000 1.121
--- CHANGELOG 11 Dec 2007 17:20:06 -0000 1.122
***************
*** 24,27 ****
--- 24,28 ----
- 138-olsrd-fixdotdraw.patch: fix the dot_draw plugin
(all to be found on http://download-master.berlin.freifunk.net/sven-ola/nylon/packages/olsrd/files/)
+ - Replaced "which" with a /bin/sh script snippet
PATCHES and CLEANUPS by Bernd Petrovitsch <(spam-protected)>
***************
*** 153,156 ****
--- 154,161 ----
- removed the superflous "open_ipc" field from the "struct olsrd_config" as
it contains only the equivalent of "olsr_cnf->debug_level > 1".
+ - inspired by Sven-Ola Tücke: avoid a bash'ism (i.e. "OPTS="${OPTS//$opt}") in
+ gcc-warnings and ld-warnings. But we do not replace it with `sed` (since it
+ costs a fork(2) and an exec(3)) but also with shell code which doesn't use
+ any external program.
0.5.4 ---------------------------------------------------------------------
More information about the Olsr-cvs
mailing list