Bug 54431

Summary: Slight backwardness in /usr/share/magic in file-3.35-2
Product: [Retired] Red Hat Raw Hide Reporter: Valdis Kletnieks <valdis.kletnieks>
Component: fileAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: low Docs Contact:
Priority: medium    
Version: 1.0   
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: 2001-12-06 21:42:39 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 Valdis Kletnieks 2001-10-08 07:48:46 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010913

Description of problem:
It appears there is a small whoops in the handling of Perl files

Version-Release number of selected component (if applicable):
file-3.35.2

How reproducible:
Always

Steps to Reproduce:
1. By inspection
2.
3.
	

Actual Results:  In /usr/share/magic, near line 1143, we have:

0       string/b        #!\ /bin/perl                   perl script text
executable
0       string          eval\ "exec\ /bin/perl          perl script text
0       string/b        #!\ /usr/bin/perl               perl script text
executable
0       string          eval\ "exec\ /usr/bin/perl      perl script text
0       string/b        #!\ /usr/local/bin/perl         perl script text
0       string          eval\ "exec\ /usr/local/bin/perl        perl script
text executable


Expected Results:  'executable' should probably be on the #! variant of
/usr/local/bin/perl, not the 'eval' version.

Additional info:

Comment 1 Trond Eivind Glomsrxd 2001-12-11 20:06:00 UTC
Fixed in file-3.37-2