<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>176858</bug_id>
          
          <creation_ts>2007-05-02 22:52 0000</creation_ts>
          <short_desc>squirrelmail-1.4.9a-r1 config.sample.php not config.php.sample in secure_login</short_desc>
          <delta_ts>2007-05-21 18:07:28 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>2006.0</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>Patrick.Fourniols@wanadoo.fr</reporter>
          <assigned_to>eradicator@gentoo.org</assigned_to>
          <cc>admin@maghost.pl</cc>
    
    <cc>fuzzyray@gentoo.org</cc>
    
    <cc>net-mail@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>Patrick.Fourniols@wanadoo.fr</who>
            <bug_when>2007-05-02 22:52:54 0000</bug_when>
            <thetext>if ssl enabled ;) in secure_login plugin:
 mv config.php.sample... must be changed by mv config.sample.php... 


Reproducible: Always

Steps to Reproduce:
1.emerge squirrelmail
2.
3.

Actual Results:  
squirrelmail not installed

Expected Results:  
installed without any rename or ebuild change ;)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>atoth@atoth.sote.hu</who>
            <bug_when>2007-05-03 17:44:36 0000</bug_when>
            <thetext>Has anybody actually verified this ebuild with ssl use flag for successful installation?

Regards,
Dw.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Patrick.Fourniols@wanadoo.fr</who>
            <bug_when>2007-05-03 21:59:27 0000</bug_when>
            <thetext>yes, work fine with ssl use flag and patched ebuild</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>zwik@gmx.net</who>
            <bug_when>2007-05-04 14:47:24 0000</bug_when>
            <thetext>I can&apos;t get it to install either with the ssl USE flag enabled.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>target@targ.dyndns.org</who>
            <bug_when>2007-05-05 10:47:44 0000</bug_when>
            <thetext>verified does not emerge.
The ebuild attempts to move config.php in the show_ssl_link plugin, but the file is actually called config.php.sample.

* ebuild fault: file &apos;/usr/share/webapps/squirrelmail/1.4.9a-r1/htdocs/plugins/show_ssl_link/config.php&apos; not found
* Please report this as a bug at http://bugs.gentoo.org/
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Patrick.Fourniols@wanadoo.fr</who>
            <bug_when>2007-05-05 21:45:01 0000</bug_when>
            <thetext> nano -w $(equery which squirrelmail)
then change 
        use ssl &amp;&amp;
                unpack secure_login-${SECURELOGIN_VER}.tar.gz &amp;&amp;
                mv secure_login/config.php.sample secure_login/config.php &amp;&amp;
                unpack show_ssl_link-${SHOWSSL_VER}.tar.gz &amp;&amp;
                mv show_ssl_link/config.php.sample show_ssl_link/config.php
by:

        use ssl &amp;&amp;
                unpack secure_login-${SECURELOGIN_VER}.tar.gz &amp;&amp;
                mv secure_login/config.sample.php secure_login/config.php &amp;&amp;
                unpack show_ssl_link-${SHOWSSL_VER}.tar.gz &amp;&amp;
                mv show_ssl_link/config.php.sample show_ssl_link/config.php

(look on the third line at config.php.sample changed by config.sample.php )
save the modified ebuild, then:
ebuild $(equery which squirrelmail) digest
emerge squirrelmail

if you do that squirrelmail will emerge smoothly ;)

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ticho@gentoo.org</who>
            <bug_when>2007-05-06 18:27:47 0000</bug_when>
            <thetext>Fixed in CVS. Thanks and sorry for that.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-05-21 18:07:28 0000</bug_when>
            <thetext>*** Bug 177151 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
      
    </bug>

</bugzilla>