Author: misc
Date: Sun Nov 12 19:41:12 2006
New Revision: 83486

Modified:
   packages/cooker/perl-DJabberd/current/SOURCES/djabberd.conf

Log:
- pidfile should be outside of the Vhost directive 


Modified: packages/cooker/perl-DJabberd/current/SOURCES/djabberd.conf
==============================================================================
--- packages/cooker/perl-DJabberd/current/SOURCES/djabberd.conf (original)
+++ packages/cooker/perl-DJabberd/current/SOURCES/djabberd.conf Sun Nov 12 
19:41:12 2006
@@ -9,6 +9,10 @@
 ClientPort 5222
 ServerPort 5269
 
+# do not change this, this may break the initscript
+PidFile /var/run/djabberd.pid
+
+
 # uncomment to enable ssl
 #SSLCertificateFile    /etc/djabberd/server-cert.pem
 #SSLCertificateKeyFile /etc/djabberd/server-key.pem
@@ -19,9 +23,6 @@
 <VHost jabber.example.com>
   S2S false
   RequireSSL no
-  # do not change this, this may break the initscript
-  PidFile /var/run/djabberd.pid
-
 #  <Plugin DJabberd::Bot::Admin>
 #    Users brad
 #  </Plugin>

Reply via email to