http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73359

Revision: 73359
Author:   tstarling
Date:     2010-09-20 07:26:08 +0000 (Mon, 20 Sep 2010)

Log Message:
-----------
Try to start apache but don't break if it doesn't work.

Modified Paths:
--------------
    trunk/debs/wikimedia-task-appserver/debian/changelog
    trunk/debs/wikimedia-task-appserver/debian/postinst

Modified: trunk/debs/wikimedia-task-appserver/debian/changelog
===================================================================
--- trunk/debs/wikimedia-task-appserver/debian/changelog        2010-09-20 
07:20:17 UTC (rev 73358)
+++ trunk/debs/wikimedia-task-appserver/debian/changelog        2010-09-20 
07:26:08 UTC (rev 73359)
@@ -1,3 +1,9 @@
+wikimedia-task-appserver (1.45) hardy; urgency=low
+
+  * Try to start apache but don't break if it doesn't work.
+
+ -- Tim Starling <[email protected]>  Mon, 20 Sep 2010 17:24:58 +1000
+
 wikimedia-task-appserver (1.44) hardy; urgency=low
 
   * Updated upload mounts

Modified: trunk/debs/wikimedia-task-appserver/debian/postinst
===================================================================
--- trunk/debs/wikimedia-task-appserver/debian/postinst 2010-09-20 07:20:17 UTC 
(rev 73358)
+++ trunk/debs/wikimedia-task-appserver/debian/postinst 2010-09-20 07:26:08 UTC 
(rev 73359)
@@ -83,7 +83,7 @@
                rsync -a 10.0.5.8::httpdconf/ /usr/local/apache/conf
 
                sync-common
-               apache-start
+               /etc/init.d/apache2 start || true
        else
                echo "remember to sync this server before you start it!"
        fi



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to