Bug 7213

Summary: /usr/man/man1/rec.1 is a bogus symlink
Product: [Retired] Red Hat Linux Reporter: David Keegel <djk>
Component: soxAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.1CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-11-22 19:44:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Keegel 1999-11-22 00:22:14 UTC
After upgrading to RH 6.1, the sox package installs
/usr/man/man1/rec.1 as a symlink pointing to something like
/var/tmp/sox/usr/man/man1/play.1
It would be better if it could just use a relative symlink,
as in "ln -s play.1 /usr/man/man1/rec.1".



The problem this bogus symlink causes is that
/etc/cron.weekly/makewhatis.cron generates an error each week
to root, saying "Read file error: ./rec.1 No such file or directory"

Comment 1 Bill Nottingham 1999-11-22 19:44:59 UTC
*** This bug has been marked as a duplicate of 5669 ***