> > +   UPDATE_INETD_ARG_EXTRA="        stream  tcp     nowait  root    
> > /usr/sbin/tcpd /usr/sbin/imapd"
> 
> Whoops - seems you hardcode imapd values for both uw-imapd and ipopd
> (both here and other places). :-(
> 
> I'd appreciate if you will look through it again. Else I will take a
> look at it myself.
> 
> Thanks.

  you are right.  and I'm a damn idiot not having spotted that

  on top of every template there is a : PROGRAM=@@PROGRAM@@

  that will become PROGRAM=uw-imapd/ipopd


  I suggest you to put that just after :

  if [ $PROGRAM = 'uw-imapd' ]; then
    SERVER='imapd'
    PEM='imapd.pem'
  else
    SERVER='ipopd'
    PEM='ipo3pd.pem'
  fi

  (or whatever the SERVER, PEM, ...)

  and then to use $SERVER everywhere I hardcoded it reading dato's patch
too quick.

  I have not enough time (I'm trying to work on kde packaging, and 3.4
is near) so I'd be thankful to you, to make the adjustments yourself
since they are not that many


-- 
·O·  Pierre Habouzit
··O
OOO                                                http://www.madism.org

Attachment: signature.asc
Description: Digital signature

Reply via email to