[D-community-commits] r224 - trunk/fai-config-dir/scripts/JABBERD

vt100-guest at alioth.debian.org vt100-guest at alioth.debian.org
Mon Jan 14 07:42:23 UTC 2008


Author: vt100-guest
Date: 2008-01-14 07:42:22 +0000 (Mon, 14 Jan 2008)
New Revision: 224

Added:
   trunk/fai-config-dir/scripts/JABBERD/99-foo
Log:
debian_community.key is unreadable by ejabberd, so let's work around this


Added: trunk/fai-config-dir/scripts/JABBERD/99-foo
===================================================================
--- trunk/fai-config-dir/scripts/JABBERD/99-foo	                        (rev 0)
+++ trunk/fai-config-dir/scripts/JABBERD/99-foo	2008-01-14 07:42:22 UTC (rev 224)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+#
+#        (c) 2008 Peter Schwindt	peter at schwindt-net.de
+#        GPL2 licenced
+#
+
+# stop ejabberd
+$ROOTCMD /etc/init.d/ejabberd stop
+
+# delete certificate link - it will be copied the next time
+$ROOTCMD rm /etc/ejabberd/debian_community.pem


Property changes on: trunk/fai-config-dir/scripts/JABBERD/99-foo
___________________________________________________________________
Name: svn:executable
   + *




More information about the D-community-commits mailing list