[pkg-kolab] r84 - trunk/kolabd/debian

Noel Koethe noel at costa.debian.org
Wed Jan 4 14:31:28 UTC 2006


Author: noel
Date: 2006-01-04 14:31:27 +0000 (Wed, 04 Jan 2006)
New Revision: 84

Modified:
   trunk/kolabd/debian/postinst
Log:
funtion call was wrong

Modified: trunk/kolabd/debian/postinst
===================================================================
--- trunk/kolabd/debian/postinst	2006-01-04 14:27:44 UTC (rev 83)
+++ trunk/kolabd/debian/postinst	2006-01-04 14:31:27 UTC (rev 84)
@@ -19,7 +19,7 @@
 
 case "$1" in
 	configure)
-		add_kolab_system_user
+		add_kolab_system_users
 		fixperms
 		;;
 	abort-upgrade|abort-deconfigure|abort-remove)




More information about the pkg-kolab-devel mailing list