14.08.2012 12:21, Daniel-Constantin Mierla пишет:
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?
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



_______________________________________________
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