<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>4254</bug_id>
          
          <creation_ts>2004-05-29 13:48:16 +0400</creation_ts>
          <short_desc>broken /etc/bootloader/skiplist reading in detectloader</short_desc>
          <delta_ts>2007-10-23 15:17:36 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>bootloader-utils</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>3459</blocked>
    
    <blocked>7371</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Sergey Vlasov">vsu</reporter>
          <assigned_to name="placeholder@altlinux.org">placeholder</assigned_to>
          <cc>at</cc>
    
    <cc>boyarsh</cc>
    
    <cc>eostapets</cc>
    
    <cc>glebfm</cc>
    
    <cc>ldv</cc>
    
    <cc>mike</cc>
    
    <cc>placeholder</cc>
    
    <cc>sem</cc>
    
    <cc>slazav</cc>
    
    <cc>vitty</cc>
    
    <cc>vt</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>14396</commentid>
    <comment_count>0</comment_count>
    <who name="Sergey Vlasov">vsu</who>
    <bug_when>2004-05-29 13:48:16 +0400</bug_when>
    <thetext>bootloader-utils-0.2-alt1

/etc/bootloader/skiplist reading is broken, therefore detectloader looks where
it should not:

--- detectloader.rpmorig        2004-05-07 21:16:41 +0400
+++ detectloader        2004-05-29 13:42:17 +0400
@@ -43,7 +43,7 @@ sub read_skiplist {
        open my $fh, &quot;/etc/bootloader/skiplist&quot; or return;
        my @list;
        while (&lt;$fh&gt;) {
-               next unless /^#/;
+               next if /^#/;
                /\S+/ and push @list, $&amp;;
        }
        return @list;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>14404</commentid>
    <comment_count>1</comment_count>
    <who name="Sergey Vlasov">vsu</who>
    <bug_when>2004-05-29 19:58:24 +0400</bug_when>
    <thetext>to real maintainer</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>15174</commentid>
    <comment_count>2</comment_count>
    <who name="Sergey Vlasov">vsu</who>
    <bug_when>2004-06-16 16:13:23 +0400</bug_when>
    <thetext>И в bootloader-utils-0.3-alt1 не исправлено :(

Эффект очень неприятный - у меня из-за этого попытался поставиться совсем не тот
загрузчик.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>15509</commentid>
    <comment_count>3</comment_count>
    <who name="at@altlinux.org">at</who>
    <bug_when>2004-06-24 04:18:07 +0400</bug_when>
    <thetext>Oops... sorry for this dealy.  What a stupid bug!  I have just commited your fix
to cvs.  I think I am going to release 0.3.1 shortly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25656</commentid>
    <comment_count>4</comment_count>
    <who name="Anton Farygin">rider</who>
    <bug_when>2005-06-14 12:22:09 +0400</bug_when>
    <thetext>Исправлена ошибка ?
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>35561</commentid>
    <comment_count>5</comment_count>
    <who name="Anton Farygin">rider</who>
    <bug_when>2006-02-09 16:51:04 +0300</bug_when>
    <thetext>Судя по всему - исправлена.
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>