martin: server/kolabd/kolabd/namespace/libexec showuser.in, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Mon Dec 12 01:22:38 CET 2005


Author: martin

Update of /kolabrepository/server/kolabd/kolabd/namespace/libexec
In directory doto:/tmp/cvs-serv17210/namespace/libexec

Modified Files:
	showuser.in 
Log Message:
Martin Konold: Fixing issue #1027 using patch from rbos. Mainly a missing movement to new autoconf stuff lead to a failing prefix being set.


Index: showuser.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/showuser.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- showuser.in	13 Sep 2005 14:38:22 -0000	1.1
+++ showuser.in	12 Dec 2005 00:22:36 -0000	1.2
@@ -21,9 +21,9 @@
 fi
 
 server=127.0.0.1
-binddn=`cat ${prefix}/etc/kolab/kolab.conf | grep "bind_dn :" | sed -e "s;bind_dn : ;;"`
-bindpw=`cat ${prefix}/etc/kolab/kolab.conf | grep "bind_pw :" | sed -e "s;bind_pw : ;;"`
-basedn=`cat ${prefix}/etc/kolab/kolab.conf | grep "base_dn :" | sed -e "s;base_dn : ;;"`
+binddn=`cat @sysconfdir@/kolab/kolab.conf | grep "bind_dn :" | sed -e "s;bind_dn : ;;"`
+bindpw=`cat @sysconfdir@/kolab/kolab.conf | grep "bind_pw :" | sed -e "s;bind_pw : ;;"`
+basedn=`cat @sysconfdir@/kolab/kolab.conf | grep "base_dn :" | sed -e "s;base_dn : ;;"`
 
 
 if [ ".$1" = "." ]; then





More information about the commits mailing list