Bug 4080

Summary: Syntax error in glibc-devel-2.1.2-1 preinstall script
Product: [Retired] Red Hat Raw Hide Reporter: Brian Ryner <bryner>
Component: glibcAssignee: Cristian Gafton <gafton>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.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-07-17 03:28:31 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 Brian Ryner 1999-07-16 23:25:15 UTC
In the preinstall script, there is a line:

if [ -l /usr/include/scsi ] ; then

this should probably read

if [ -L /usr/include/scsi ] ; then

Comment 1 Bill Nottingham 1999-07-17 03:28:59 UTC
*** This bug has been marked as a duplicate of 4053 ***