Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75020 | Differences between
and this patch

Collapse All | Expand All

(-)configure.old (-9 lines)
Lines 6880-6894 Link Here
6880
# get scsibus,target,lun
6880
# get scsibus,target,lun
6881
# -------------------------------------------
6881
# -------------------------------------------
6882
CDSTL="3,0,0"
6882
CDSTL="3,0,0"
6883
if test ! x$CDRECORD = x ; then
6884
   CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD-RW | ${AWK} '{print $1}'`
6885
   if test x${CDSTL} = x ; then
6886
      CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD+RW | ${AWK} '{print $1}'`
6887
   fi
6888
   if test x${CDSTL} = x ; then
6889
      CDSTL="3,0,0"
6890
   fi
6891
fi
6892
6883
6893
6884
6894
6885

Return to bug 75020