Bug 4862

Summary: separate gawk and gawk-3.0.3 files
Product: [Retired] Red Hat Linux Reporter: Gene Czarcinski <genec>
Component: gawkAssignee: David Lawrence <dkl>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-09-03 21:09:46 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 Gene Czarcinski 1999-09-02 18:34:06 UTC
gawk-3.0.0-7 installs separate /bin/gawk and /bin/gawk-3.0.3
of the size 143804 bytes each.  Why?? These files appear to
be duplicates and "waste" space (though not much).  Worse,
it is confusing.  Is there some reason that gawk is not a
symbolic link to gawk-3.0.3?

Gene

Comment 1 Jeff Johnson 1999-09-03 21:09:59 UTC
The files are hard linked:

krusty:~/tmp 441 bash$ rpm -q gawk
gawk-3.0.4-1
krusty:~/tmp 442 bash$ ls -al /bin/gawk*
-rwxr-xr-x   2 root     root       176648 Jul  9 22:55 /bin/gawk*
-rwxr-xr-x   2 root     root       176648 Jul  9 22:55
/bin/gawk-3.0.4*