Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6631 - netkit-fingerd: broken symlink
Summary: netkit-fingerd: broken symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-17 04:13 UTC by Maurizio Disimino
Modified: 2003-02-04 19:42 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 Maurizio Disimino 2002-08-17 04:13:21 UTC
>>> Install netkit-fingerd-0.17-r2 into
/var/tmp/portage/netkit-fingerd-0.17-r2/image/ category net-misc
ln: creating symbolic link
`/var/tmp/portage/netkit-fingerd-0.17-r2/image//usr/man/man8/in.fingerd.8.gz' to
`fingerd.8.gz': No such file or directory
strip:
/var/tmp/portage/netkit-fingerd-0.17-r2/image/usr/bin/finger
/var/tmp/portage/netkit-fingerd-0.17-r2/image/usr/sbin/fingerd
>>> Completed installing into /var/tmp/portage/netkit-fingerd-0.17-r2/image/

in src_install()
dosym  fingerd.8.gz /usr/man/man8/in.fingerd.8.gz

should be:

dosym  fingerd.8.gz /usr/share/man/man8/in.fingerd.8.gz
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-18 01:27:48 UTC
thanks for catching that