<?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>57310</bug_id>
          
          <creation_ts>2004-07-16 10:56 0000</creation_ts>
          <short_desc>Courier 0.45.5 init script does not stop pop3d-ssl</short_desc>
          <delta_ts>2004-10-01 22:46:46 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>Server</component>
          <version>unspecified</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>ben@zygoat.ca</reporter>
          <assigned_to>net-mail@gentoo.org</assigned_to>
          <cc>iggy@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>ben@zygoat.ca</who>
            <bug_when>2004-07-16 10:56:49 0000</bug_when>
            <thetext>With mail-mta/courier 0.45.5 (current), doing &apos;/etc/init.d/courier start&apos; correctly starts all of its daemons.  However, &apos;/etc/init.d/courier stop&apos; stops all EXCEPT for the pop3d-ssl server, due to an error in the script.

Line 161 which currently reads:

       [ -x ${sbindir}/pop3d-ssl ] &amp;&amp; \        

must change to:

       [ -x ${sbindir}/courier-pop3d-ssl ] &amp;&amp; \        

as it is testing for the existence of an incorrectly-named binary.  (This change is all that is needed, since the actual invocation of the binary on 164 is correct.)



Reproducible: Always
Steps to Reproduce:
/etc/init.d/courier start ; /etc/init.d/courier stop
Actual Results:  
All courier daemons except courier-pop3d-ssl stop.


Expected Results:  
courier-pop3d-ssl should have stopped; ps ax | grep courier should yield nothing.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ffelix@inode64.com</who>
            <bug_when>2004-09-04 06:48:09 0000</bug_when>
            <thetext>Created an attachment (id=38900)
fix 
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ffelix@inode64.com</who>
            <bug_when>2004-09-04 06:49:11 0000</bug_when>
            <thetext>(From update of attachment 38900)
sorry send to wrong
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>iggy@gentoo.org</who>
            <bug_when>2004-10-01 22:46:46 0000</bug_when>
            <thetext>fixed in cvs, you&apos;ll see this in the next release (or if you remerge courier)</thetext>
          </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>38900</attachid>
            <date>2004-09-04 06:48 0000</date>
            <desc>fix </desc>
            <filename>courier-imap-3.0.7.ebuild.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGNvdXJpZXItaW1hcC0zLjAuNy5lYnVpbGQub2xkCTIwMDQtMDgtMzEgMDU6MTU6MjEuMDAw
MDAwMDAwICswMjAwCisrKyBjb3VyaWVyLWltYXAtMy4wLjcuZWJ1aWxkCTIwMDQtMDktMDQgMTc6
Mzg6MzQuMjY5MjE2MDE2ICswMjAwCkBAIC0yMyw3ICsyMyw2IEBACiAJbXlzcWw/ICggPj1kZXYt
ZGIvbXlzcWwtMy4yMy4zNiApCiAJbGRhcD8gKCA+PW5ldC1uZHMvb3BlbmxkYXAtMS4yLjExICkK
IAlwb3N0Z3Jlcz8gKCA+PWRldi1kYi9wb3N0Z3Jlc3FsLTcuMiApCi0JPj1kZXYtdGNsdGsvZXhw
ZWN0LTUuMzMuMAogCWZhbT8gKCBhcHAtYWRtaW4vZmFtICkKIAlzZWxpbnV4PyAoIHNlYy1wb2xp
Y3kvc2VsaW51eC1jb3VyaWVyLWltYXAgKSIKIERFUEVORD0iJHtSREVQRU5EfQo=
</data>        

          </attachment>
    </bug>

</bugzilla>