richard: server/kolabd/kolabd ChangeLog, 1.270, 1.271 kolab_ca.sh.in, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Fri Nov 27 20:16:14 CET 2009


Author: richard

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv385

Modified Files:
	ChangeLog kolab_ca.sh.in 
Log Message:
prevent /root being printed during bootstrap:
 = kolab/issue3979 Confusing /root in the output of kolab_bootstrap



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- ChangeLog	27 Nov 2009 17:43:31 -0000	1.270
+++ ChangeLog	27 Nov 2009 19:16:12 -0000	1.271
@@ -1,14 +1,19 @@
+2009-11-27 Richard Bos <richard at radoeka.nl>
+
+	* kolab_ca.sh.in: prevent /root being printed during bootstrap:
+	  kolab/issue3979 Confusing /root in the output of kolab_bootstrap
+
 2009-11-27  Sascha Wilde  <wilde at intevation.de>
 
 	* templates/slapd.conf.template.in: loglevel none, see
-	kolab/issue3895 (Openldap: loglevel should be set to none in
-	slapd.conf)
+	  kolab/issue3895 (Openldap: loglevel should be set to none in
+	  slapd.conf)
 
 2009-11-26  Sascha Wilde  <wilde at intevation.de>
 
 	* templates/main.cf.template.in: Added `message_reject_characters'
-	directive, see kolab/issue3594 (Mail containing NUL byte not
-	delivered, Kolab Filter does not report lmtp error)
+	  directive, see kolab/issue3594 (Mail containing NUL byte not
+	  delivered, Kolab Filter does not report lmtp error)
 
 2009-11-24 Richard Bos <richard at radoeka.nl>
 

Index: kolab_ca.sh.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab_ca.sh.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kolab_ca.sh.in	27 Dec 2005 13:09:30 -0000	1.3
+++ kolab_ca.sh.in	27 Nov 2009 19:16:12 -0000	1.4
@@ -21,6 +21,7 @@
 # Make sure not to create world readable files
 umask 0077
 
+OLD_DIR=$PWD
 cd @sysconfdir@/kolab
 
 # Config
@@ -274,7 +275,7 @@
 shift
 done
 
-cd -
+cd $OLD_DIR
 
 exit $RET
 





More information about the commits mailing list