Title: [opsview] [13155] Echo some things, debugging.
Revision
13155
Author
pknight
Date
2013-08-06 12:49:18 +0100 (Tue, 06 Aug 2013)

Log Message

Echo some things, debugging.

Modified Paths


Modified: trunk/opsview-core/debian/postinst
===================================================================
--- trunk/opsview-core/debian/postinst	2013-08-06 11:47:18 UTC (rev 13154)
+++ trunk/opsview-core/debian/postinst	2013-08-06 11:49:18 UTC (rev 13155)
@@ -146,6 +146,8 @@
 
 case "$1" in
     install)
+        echo -n "Installing on "
+        lsb_release -i
         # Use Ubuntu's Upstart.
         if lsb_release -i | grep Ubuntu; then
             upstart
@@ -153,6 +155,8 @@
     ;;
 
     upgrade)
+        echo -n "Upgrading on "
+        lsb_release -i
         # Change from System V to Ubuntu's Upstart.
         if lsb_release -i | grep Ubuntu; then
             upstart

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

Reply via email to