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

Commit

Permalink
sosetup: change rule-update verbiage #791
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Aug 5, 2015
1 parent d792100 commit 1b66fcc
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/sosetup
Original file line number Diff line number Diff line change
Expand Up @@ -1803,9 +1803,9 @@ You can have PulledPork modify the downloaded rules \n \
by modifying the files in: \n \
/etc/nsm/pulledpork/ \n \
\n \
Rules will be updated every day at 7:01 AM UTC. \n \
Rules will be updated every morning. \n \
You can manually update them by running: \n \
/usr/bin/rule-update \n \
sudo rule-update \n \
\n \
Sensors can be tuned by modifying the files in: \n \
/etc/nsm/NAME-OF-SENSOR/"
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-setup (20120912-0ubuntu0securityonion156) precise; urgency=low

* sosetup: change rule-update verbiage #791

-- Doug Burks <[email protected]> Wed, 05 Aug 2015 11:24:12 -0400

securityonion-setup (20120912-0ubuntu0securityonion155) precise; urgency=low

* sosetup: comment out 2 examples in onionsalt's top.sls #771
Expand Down
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@ replace-tmpsecurityonion.conf-with-$SECURITYONION_CONF_MASTER-using-mktemp
Issue-605:-sosetup:-replace-tmp-with-mktemp
replace-tmpsosetup.log-with-mktemp
sosetup:-comment-out-2-examples-in-onionsalt's-top.sls-#771
sosetup:-change-rule-update-verbiage-#791
39 changes: 39 additions & 0 deletions debian/patches/sosetup:-change-rule-update-verbiage-#791
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
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-setup (20120912-0ubuntu0securityonion156) precise; urgency=low
.
* sosetup: change rule-update verbiage #791
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: http://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-setup-20120912.orig/bin/sosetup
+++ securityonion-setup-20120912/bin/sosetup
@@ -1803,9 +1803,9 @@ You can have PulledPork modify the downl
by modifying the files in: \n \
/etc/nsm/pulledpork/ \n \
\n \
-Rules will be updated every day at 7:01 AM UTC. \n \
+Rules will be updated every morning. \n \
You can manually update them by running: \n \
-/usr/bin/rule-update \n \
+sudo rule-update \n \
\n \
Sensors can be tuned by modifying the files in: \n \
/etc/nsm/NAME-OF-SENSOR/"

0 comments on commit 1b66fcc

Please sign in to comment.