thomas: server/kolabd/kolabd ChangeLog, 1.166, 1.167 kolabpasswd.in, 1.4, 1.5

cvs at kolab.org cvs at kolab.org
Thu May 29 16:47:44 CEST 2008


Author: thomas

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

Modified Files:
	ChangeLog kolabpasswd.in 
Log Message:
Fixed typo: passwod -> password (found by Karl-Heinz Ruskowski)


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- ChangeLog	30 Apr 2008 12:48:47 -0000	1.166
+++ ChangeLog	29 May 2008 14:47:41 -0000	1.167
@@ -1,3 +1,7 @@
+2008-05-29  Thomas Arendsen Hein <thomas at intevation.de>
+
+	* kolabpasswd.in: fixed typo: passwod -> password
+
 2008-04-30  Sascha Wilde  <wilde at intevation.de>
 
 	* Makefile.am: Major cleanup: replaced lots of redundant rules by

Index: kolabpasswd.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabpasswd.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- kolabpasswd.in	27 Nov 2005 23:57:02 -0000	1.4
+++ kolabpasswd.in	29 May 2008 14:47:41 -0000	1.5
@@ -70,7 +70,7 @@
 if( $#ARGV == 0 ) {
     $account = $ARGV[0];
     if( $account ne 'calendar' and $account ne 'nobody' and $account ne 'manager' ) {
-	die("$^X can only change the passwod for manager, nobody and calendar");
+	die("$^X can only change the password for manager, nobody and calendar");
     }
     $account_dn =~ s/cn=manager/cn=$account/;
 }





More information about the commits mailing list