Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35734 - powerd ebuild doesn't install man pages
Summary: powerd ebuild doesn't install man pages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-13 08:56 UTC by Kevin Williams
Modified: 2004-07-16 08:57 UTC (History)
0 users

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


Attachments
New ebuild to install missing man pages and other docs (powerd-2.0.2-r1.ebuild,970 bytes, text/plain)
2004-03-26 11:59 UTC, Curtis Magyar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Williams 2003-12-13 08:56:15 UTC
I'm trying to run powerd 2.0.2, but there are no man pages. The source tarball has two: detectups.8 and powerd.8. Here's the list of files that were installed:

net-misc/powerd-2.0.2
CONTENTS:
/usr
/usr/sbin
/usr/sbin/powerd
/usr/bin
/usr/bin/detectups
/usr/share
/usr/share/doc
/usr/share/doc/powerd-2.0.2
/usr/share/doc/powerd-2.0.2/FAQ.gz
/usr/share/doc/powerd-2.0.2/powerd.conf.monitor.gz
/usr/share/doc/powerd-2.0.2/powerd.conf.peer.gz
/usr/share/doc/powerd-2.0.2/README.gz
/usr/share/doc/powerd-2.0.2/INSTALL.gz
/etc
/etc/init.d
/etc/init.d/powerd



Reproducible: Always
Steps to Reproduce:
1. run 'emerge powerd'
2. type 'man powerd'
3.

Actual Results:  
I'm having a difficult time figuring out how to use powerd!

Expected Results:  
Install the man pages into /usr/share/man/man8.
Comment 1 Brian Jackson (RETIRED) gentoo-dev 2003-12-13 09:07:08 UTC
vapier is on crack, I'll take care of this shortly
Comment 2 Curtis Magyar 2004-03-26 11:59:25 UTC
Created attachment 28095 [details]
New ebuild to install missing man pages and other docs

I added these docs to the dodocs as well:
 SUPPORTED
 TODO
 Changelog

And fixed the missing
doman powerd.8 detectups.8

Hope this helps
Comment 3 rob holland (RETIRED) gentoo-dev 2004-07-16 08:57:38 UTC
Fixed now :) Thanks for the report/fix.