Bug 123839

Summary: (PATCH)autorun on FC2 CDs looks for redhat-cdinstall-helper
Product: [Fedora] Fedora Reporter: Brian Wheeler <bdwheele>
Component: redhat-releaseAssignee: Elliot Lee <sopwith>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: adam, bondarenko007
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: 2004-05-26 22:34:05 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 Wheeler 2004-05-20 21:57:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040510 Epiphany/1.2.4

Description of problem:
The autorun file on the FC2 cds specified redhat-cdinstall-helper and
this package provides system-cdinstall-helper - the redhat variation
isn't on the system.



Version-Release number of selected component (if applicable):
system-config-packages-1.2.12-1

How reproducible:
Always

Steps to Reproduce:
1.  Place FC2 cd into drive
2.  click on autorun
3.
    

Actual Results:  Nothing

Expected Results:  the cd helper should start.

Additional info:

I suspect that autorun script should be updated to be:
---------------------------------------------
#!/bin/sh
#
# Autorun script for Red Hat Linux
# Copyright (c) 1999-2002 Red Hat, Inc.
 
dir=$(echo $0 |sed 's/autorun//')
cd $dir
tree=$(pwd)
 
# Change directories so we can unmount the CD-ROM Drive
cd /
if [ -e /usr/sbin/system-cdinstall-helper $tree ] ; then
    exec /usr/sbin/system-cdinstall-helper $tree
else
    exec /usr/sbin/redhat-cdinstall-helper $tree
fi
-------------------------------
Or perhaps redhat-cdinstall-helper should be a symlink to
system-cdinstall-helper.

Comment 1 Miloslav Trmac 2004-05-21 14:31:44 UTC
*** Bug 122112 has been marked as a duplicate of this bug. ***

Comment 2 Elliot Lee 2004-05-26 22:34:05 UTC
Fixed in the CVS for future redhat-release/fedora-release packages.

Comment 3 Miloslav Trmac 2004-06-02 13:39:37 UTC
*** Bug 124874 has been marked as a duplicate of this bug. ***