Add loglevel sync to the default

This commit is contained in:
Hallvard Furuseth 2009-11-30 21:43:06 +00:00
parent 07e5a4dda5
commit 4d0ff8f7e9

View File

@ -192,7 +192,7 @@ LDAPCOMPARE="$CLIENTDIR/ldapcompare $TOOLARGS"
LDAPEXOP="$CLIENTDIR/ldapexop $TOOLARGS"
SLAPDTESTER=$PROGDIR/slapd-tester
LDIFFILTER=$PROGDIR/ldif-filter
LVL=${SLAPD_DEBUG-261}
LVL=${SLAPD_DEBUG-0x4105}
LOCALHOST=localhost
BASEPORT=${SLAPD_BASEPORT-9010}
PORT1=`expr $BASEPORT + 1`