Hello,

thanks, it was committed in git master branch, backports to follow before minor releases.

Do you build your own rpms or you install from the opensuse build system?

Cheers,
Daniel

On 8/2/12 6:24 PM, andre wrote:
Somwhere losted since openser 1.0 :)


Please fix in:

start() {
        echo -n $"Starting $prog: "
.....
   [ $RETVAL = 0 ] && touch something
to
  [ $RETVAL = 0 ] && touch someting && success

I mean call function
success
in the end of the expression.

Thanks in advance

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

--
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Training, Seattle, USA, Sep 23-26, 2012 - 
http://asipto.com/u/katu
Kamailio Practical Workshop, Netherlands, Sep 10-12, 2012 - 
http://asipto.com/u/kpw


_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to