Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470116 - net-misc/gogoc-1.2-r2 - typo in postinst message
Summary: net-misc/gogoc-1.2-r2 - typo in postinst message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-16 22:06 UTC by Chris Kerr
Modified: 2013-05-23 20:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (gogoc-1.2-r2.ebuild.patch,510 bytes, patch)
2013-05-16 22:06 UTC, Chris Kerr
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Kerr 2013-05-16 22:06:24 UTC
Created attachment 348488 [details, diff]
Patch

The message says:

 * You should create an /etc/gogoc/gogoc.conf file starting from
 * the sample configuration in /usr/share/doc/gogoc-1.2-r2/gogo.conf.sample.*

but the file is called gogoc.conf.sample.bz2
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-05-17 13:45:26 UTC
This is because the ebuild cannot know what compression is used and hence what the filename suffix will be. It's hardly a bug, and filename expansion would give you the proper name anyway.
Comment 2 Chris Kerr 2013-05-17 17:38:28 UTC
Read more carefully.

the file is called gogoc.conf.sample.*
the message says   gogo.conf.sample.*

there is a 'c' missing from the message
Comment 3 Bernard Cafarelli gentoo-dev 2013-05-23 20:39:50 UTC
Nice catch! Thanks for the report, I fixed the ebuild in tree