Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30035 - einfo for muh ebuild. ( /usr/portage/net-irc/muh/muh-2.1_rc1.ebuild )
Summary: einfo for muh ebuild. ( /usr/portage/net-irc/muh/muh-2.1_rc1.ebuild )
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Hallgrimur Gunnarsson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-30 16:24 UTC by Ævar Arnfjörð Bjarmason
Modified: 2003-10-01 17:46 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ævar Arnfjörð Bjarmason 2003-09-30 16:24:48 UTC
just add this to the bottom of the ebuild:

pkg_postinst() {
    einfo ""
    einfo "you will need to create a ~/.muh/muhrc file to run muh - sample 
configuration in /usr/share/muhrc"
    einfo ""
    einfo "There is no init script for muh at the moment, you will need to 
execute it manually, or write one;)"
    einfo ""

}


Reproducible: Always
Steps to Reproduce:
Comment 1 Hallgrimur Gunnarsson (RETIRED) gentoo-dev 2003-10-01 17:46:39 UTC
Since it's not unusual to have many users
running muh on the same system, a init.d script
wouldn't be of much use to most people, so I
think it'll be confusing to put that in the
message.

But adding a notice about the location of the
example configuration file is a good idea.

Committed.