Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Jun 29, 2019
1 parent 6ac8879 commit eb9389c
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/soup
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ fi

# If Wazuh update, remind user to review Wazuh config
if [ $WAZUH == "yes" ]; then
echo
echo "Wazuh has been updated. Please review your Wazuh configuration at /var/ossec/etc/ossec.conf and manually re-apply any local customizations."

# If user had previously deployed agents, remind them to update to latest Wazuh agent
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
securityonion-sostat (20120722-0ubuntu0securityonion128) xenial; urgency=medium

* fix spacing

-- Doug Burks <[email protected]> Sat, 29 Jun 2019 08:08:05 -0400

securityonion-sostat (20120722-0ubuntu0securityonion127) xenial; urgency=medium

* issues 1536 and 1544
Expand Down
35 changes: 35 additions & 0 deletions debian/patches/fix-spacing
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Description: <short summary of the patch>
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-0ubuntu0securityonion128) xenial; urgency=medium
.
* fix spacing
Author: Doug Burks <[email protected]>

---
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: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- securityonion-sostat-20120722.orig/bin/soup
+++ securityonion-sostat-20120722/bin/soup
@@ -393,6 +393,7 @@ fi

# If Wazuh update, remind user to review Wazuh config
if [ $WAZUH == "yes" ]; then
+ echo
echo "Wazuh has been updated. Please review your Wazuh configuration at /var/ossec/etc/ossec.conf and manually re-apply any local customizations."

# If user had previously deployed agents, remind them to update to latest Wazuh agent
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,4 @@ securityonion-sostat:-implement-better-error-handling-for-zero-packet-count-Secu
securityonion-sostat:-awk-division-error-when-Bro-doesn't-report-stats-correctly-Security-Onion-Solutionssecurity-onion#817
re-apply-debconffrontend-noninteractive
issues-1536-and-1544
fix-spacing

0 comments on commit eb9389c

Please sign in to comment.