Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9270 - fetchmail-6.1.0.ebuild symlinks man page wrong
Summary: fetchmail-6.1.0.ebuild symlinks man page wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-17 16:02 UTC by Sakari Lehtonen
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 Sakari Lehtonen 2002-10-17 16:02:01 UTC
--- fetchmail-6.1.0.ebuild	2002-10-10 14:50:13.000000000 +0300
+++ fetchmail-6.1.0-r1.ebuild	2002-10-17 23:58:42.000000000 +0300
@@ -53,7 +53,7 @@
 		README.NTLM README.SSL TODO COPYING MANIFEST
 	
 	doman /usr/share/man/*.1
-	dosym /usr/share/man/fetchmailconf fetchmail.1
+	dosym /usr/share/man/fetchmailconf /usr/share/man/man1/fetchmail.1.gz
 	
 	exeinto /etc/init.d
 	doexe ${FILESDIR}/fetchmail

The fetchmail-6.1.0.ebuild symlinks to /fetchmail.1 which isn't very nice :)
Above is the 'diff -u' output of the fix.
Comment 1 Kurt Hindenburg 2002-10-23 14:43:15 UTC
fetchmail-6.1.1.ebuild has the same error/problem.

(root@nicole)-(14:42)-(/usr/portage/net-mail/fetchmail)> ll /fetchmail.1
lrwxrwxrwx    1 root     root           28 Oct 22 12:45 /fetchmail.1 ->
/usr/share/man/fetchmailconf
Comment 2 Nick Hadaway 2002-10-23 16:38:55 UTC
The symlink issue has been rectified.  I have updated fetchmail-6.1.1 with the 
required change.