Title: [opsview] [11411] Re-added USE_LIGHTTTPD as older code uses this
Revision
11411
Author
tvoon
Date
2013-02-12 10:18:48 +0000 (Tue, 12 Feb 2013)

Log Message

Re-added USE_LIGHTTTPD as older code uses this

Modified Paths


Modified: trunk/opsview-core/bin/opsview.sh
===================================================================
--- trunk/opsview-core/bin/opsview.sh	2013-02-12 10:14:52 UTC (rev 11410)
+++ trunk/opsview-core/bin/opsview.sh	2013-02-12 10:18:48 UTC (rev 11411)
@@ -43,6 +43,8 @@
     exit $?
 fi
 
+# We need to keep USE_LIGHTTPD as older code uses this to check this in the
+# init scripts. This affects upgrades
 perl -e '
 	use lib "'$libdir'";
 	use Opsview::Config;
@@ -65,6 +67,7 @@
 RUNTIME_DBPASSWD="$Settings::runtime_dbpasswd"
 RUNTIME_DBHOST="localhost"
 BIND_ADDRESS="$Settings::bind_address"
+USE_LIGHTTPD=0
 USE_HTTPS="$Settings::use_https"
 NMIS_MAXTHREADS="$Settings::nmis_maxthreads"
 STATUS_DAT="$Settings::status_dat"

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to