]> git.sur5r.net Git - openldap/commit
Support POSIX 1003.1-2001 without XSI extensions (ITS #2667):
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 17 Sep 2005 22:22:15 +0000 (22:22 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 17 Sep 2005 22:22:15 +0000 (22:22 +0000)
commit023d51076653f308fb14f616ee559edc17dd2d3f
treeb6eefcff2cc4e1c59226e45d6b5d56ec458677e8
parent61d96fa17c1288a0cebd69e0a18ce1516935ffbe
Support POSIX 1003.1-2001 without XSI extensions (ITS #2667):
Do not use test -a/-o.  Use shell features like &&, || or case...esac.
Use grep instead of egrep (but not the not-yet-portable Posix variant grep -E).
Based on a patch from Paul Eggert.
build/mkdep
build/openldap.m4
configure.in
contrib/ldaptcl/configure
contrib/ldaptcl/configure.in
servers/slapd/Makefile.in
tests/scripts/acfilter.sh
tests/scripts/test000-rootdse
tests/scripts/test018-syncreplication-persist
tests/scripts/test019-syncreplication-cascade
tests/scripts/test036-meta-concurrency