Bug 243418

Summary: script sccs2rcs is has broken #! line
Product: [Fedora] Fedora Reporter: Stepan Kasal <kasal>
Component: cvsAssignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: pknirsch
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: 2007-06-18 10:45:03 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 Stepan Kasal 2007-06-08 16:44:01 UTC
The first line of script /usr/share/cvs/contrib/sccs2rcs is
  #! no -f
which is obviously wrong.

I guess the reason is that ./configure detected "no" csh.  (The script is
written in csh.)

While fixing the problem, we have to take care that cvs does not become
dependant on csh.

I see several options:
1) fix the #! line, but tell the find-requires to ignore this (chmod -x the script?)
2) drop the script
3) accept the perl rewrite of sccs2rcs which was present in FC 3 and RHEL 4, but
refused upstream (for details, see bug #57974 and
http://lists.gnu.org/archive/html/info-cvs/2002-03/msg00273.html)

This problem is present not only in current devel, but also in RHEL-5 and in
Fedora Core 4--Fedora 7.

Comment 1 Stepan Kasal 2007-06-18 13:16:57 UTC
Fixed, using option 1).