diff --git a/bin/soup b/bin/soup index 9e0adbc..dc943be 100755 --- a/bin/soup +++ b/bin/soup @@ -181,7 +181,6 @@ if [ -f /etc/apt/preferences.d/securityonion-docker ] && [ -f /usr/sbin/so-elast fi done if [ "$RESTART_CONTAINERS" == "yes" ]; then - echo "One or more docker images have been updated." echo "Stopping Docker containers..." /usr/sbin/so-elastic-stop > /dev/null 2>&1 fi diff --git a/debian/changelog b/debian/changelog index e68067d..a04773a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +securityonion-sostat (20120722-0ubuntu0securityonion77) trusty; urgency=medium + + * soup: remove "One or more docker images have been updated." #1137 + + -- Doug Burks Wed, 27 Sep 2017 10:22:30 -0400 + securityonion-sostat (20120722-0ubuntu0securityonion76) trusty; urgency=medium * sostat: provide Docker container interface correlation #1136 diff --git a/debian/patches/series b/debian/patches/series index 219ba09..eb2d9a0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -73,3 +73,4 @@ fix-quote-issue add-elastic-checks-to-sostat replace-localhost:9200-with-ELASTICSEARCH_HOST-and-ELASTICSEARCH_PORT-variables sostat:-provide-Docker-container-interface-correlation-#1136 +soup:-remove-"One-or-more-docker-images-have-been-updated."-#1137 diff --git "a/debian/patches/soup:-remove-\"One-or-more-docker-images-have-been-updated.\"-#1137" "b/debian/patches/soup:-remove-\"One-or-more-docker-images-have-been-updated.\"-#1137" new file mode 100644 index 0000000..23cf010 --- /dev/null +++ "b/debian/patches/soup:-remove-\"One-or-more-docker-images-have-been-updated.\"-#1137" @@ -0,0 +1,35 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + securityonion-sostat (20120722-0ubuntu0securityonion77) trusty; urgency=medium + . + * soup: remove "One or more docker images have been updated." #1137 +Author: Doug Burks + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- securityonion-sostat-20120722.orig/bin/soup ++++ securityonion-sostat-20120722/bin/soup +@@ -181,7 +181,6 @@ if [ -f /etc/apt/preferences.d/securityo + fi + done + if [ "$RESTART_CONTAINERS" == "yes" ]; then +- echo "One or more docker images have been updated." + echo "Stopping Docker containers..." + /usr/sbin/so-elastic-stop > /dev/null 2>&1 + fi