[Pkg-citadel-commit] r194 - citadel/trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Thu Dec 18 11:32:16 UTC 2008


Author: meskes
Date: 2008-12-18 11:32:16 +0000 (Thu, 18 Dec 2008)
New Revision: 194

Modified:
   citadel/trunk/debian/changelog
   citadel/trunk/debian/citadel-server.postinst
Log:
Removed some setting in citadel-server postinst as they are default anyway.



Modified: citadel/trunk/debian/changelog
===================================================================
--- citadel/trunk/debian/changelog	2008-12-18 10:09:38 UTC (rev 193)
+++ citadel/trunk/debian/changelog	2008-12-18 11:32:16 UTC (rev 194)
@@ -9,8 +9,7 @@
   [ Michael Meskes ]
   * New upstream version.
   * Removed old patches from 7.37 as they are now part of the orig tarball.
-  * Removed some setting in citadel-server postinst as they are the default
-    anyway.
+  * Removed some setting in citadel-server postinst as they are default anyway.
   * Added patch to include some fixes that are already in the upstream provided
     debs.
   * Added ${misc:Depends} almost everywhere to make lintian happy.

Modified: citadel/trunk/debian/citadel-server.postinst
===================================================================
--- citadel/trunk/debian/citadel-server.postinst	2008-12-18 10:09:38 UTC (rev 193)
+++ citadel/trunk/debian/citadel-server.postinst	2008-12-18 11:32:16 UTC (rev 194)
@@ -27,10 +27,7 @@
         fi
 
         export IP_ADDR=$ip_addr
-        export CITADEL=''
-	export CITADEL_PORT=504
         export CITADEL_INSTALLER=yes
-	export CITADEL_UID=`grep citadel /etc/passwd | cut -d :  -f 3`
         export ACT_AS_MTA=no
         export SYSADMIN_NAME=$admin
         export CREATE_XINETD_ENTRY=no




More information about the Pkg-citadel-commit mailing list