Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174239 - net-analyzer/ssmping-0.9 ebuild update
Summary: net-analyzer/ssmping-0.9 ebuild update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-12 07:07 UTC by Tero Pelander
Modified: 2007-04-12 08:28 UTC (History)
1 user (show)

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 Tero Pelander 2007-04-12 07:07:26 UTC
The ssmping ebuild doesn't install tool "mcfirst". Also ssmpingd should be installed into bin, not sbin. The server part doesn't require any special rights and is usually started by the same person who starts ssmping.

Here is the fixed src_install function.

src_install() {
	dobin ssmpingd ssmping asmping mcfirst
	doman ssmping.1 asmping.1 mcfirst.1
}
Comment 1 Markus Ullmann (RETIRED) gentoo-dev 2007-04-12 08:28:46 UTC
Fixed in CVS, thanks for the report :)

Though sbin seems to be the right location as there's no daemon in bin