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

NSM: prevent checking for new Ubuntu releases #574

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 5 comments
Closed

NSM: prevent checking for new Ubuntu releases #574

GoogleCodeExporter opened this issue Mar 24, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

NSM: prevent checking for new Ubuntu releases

Original issue reported on code.google.com by doug.bu...@gmail.com on 13 Aug 2014 at 5:41

@GoogleCodeExporter
Copy link
Author

Mailing list post by Ryan Peck:
https://groups.google.com/d/topic/security-onion/_N6O0XZbcSE/discussion


Original comment by doug.bu...@gmail.com on 13 Aug 2014 at 5:42

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

    # Avoid checking for new versions of Ubuntu
    FILE="/etc/update-manager/release-upgrades"
    [ -f $FILE ] && sed -i 's|^Prompt=.*$|Prompt=never|g' $FILE || echo "Unable to access $FILE."
    FILE="/var/lib/update-notifier/release-upgrade-available"
    [ -f $FILE ] && rm -f $FILE

Original comment by doug.bu...@gmail.com on 13 Aug 2014 at 6:33

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Submitted for testing:
https://groups.google.com/d/topic/security-onion-testing/AsX_YO1Z8TA/discussion

Original comment by doug.bu...@gmail.com on 13 Aug 2014 at 7:13

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Published:
http://blog.securityonion.net/2014/08/new-securityonion-nsmnow-admin-scripts.htm
l

Original comment by doug.bu...@gmail.com on 22 Aug 2014 at 12:51

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant