Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 168714

Summary: snort-2.6.1.3-r1: typo in ewarn
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2007-02-28 12:22:48 UTC
n22 /usr/portage/net-analyzer/snort # diff -u snort-2.6.1.3-r1*
--- snort-2.6.1.3-r1.ebuild     2007-02-28 11:21:52.000000000 +0100
+++ snort-2.6.1.3-r1.ebuild_new 2007-02-28 13:22:01.000000000 +0100
@@ -164,7 +164,7 @@
        ewarn "lower cost to memory. For more information on the new features"
        ewarn "in snort 2.6, please take a look at the release notes located in..."
        ewarn
-       ewarn "  /usr/share/doc/${PF}/RELEASE.NOTES.gz"
+       ewarn "  /usr/share/doc/${PF}/RELEASE.NOTES.bz2"
        ewarn
        einfo "To use a database as a backend for snort you will have to"
        einfo "import the correct tables to the database."


Reproducible: Always
Comment 1 Daniel Black (RETIRED) gentoo-dev 2007-02-28 12:28:30 UTC
Really a user can select a different compressor, i forget how, and it will the the same.i changed it anyway because bz2 is now the default.

Thanks for the bug report.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-28 12:30:26 UTC
PORTAGE_COMPRESS="gzip" and it will still be a 'typo'. Pretty much pointless to do anything here.