<p>Hi,<br>
I must use this patch to make opensipsctl working on FreeBSD (10.0-RELEASE)</p>

<pre><code>--- opensipsctl.fifo.orig   2014-10-15 17:54:27.000000000 +0200
+++ opensipsctl.fifo    2014-10-17 09:30:00.333819898 +0200
@@ -65,7 +65,7 @@
while :
do
    suffix=$(od -An -N4 -tx4 /dev/urandom  | tr -d " ")
-       (mkfifo --mode=a+w $CHROOT_DIR/tmp/osips_rply_$suffix) &amp;&gt;/dev/null &amp;&amp; break
+       (mkfifo -m a+w $CHROOT_DIR/tmp/osips_rply_$suffix) &gt;/dev/null &amp;&amp; break
done
name=osips_rply_$suffix
path=$CHROOT_DIR/tmp/$name
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/364">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/5479561__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyOTE1MjM1MCwiZGF0YSI6eyJpZCI6NDYwOTM5OTN9fQ==--dfb4b024a36b740e72bae5eca07843b5ceb4f18b.gif" width="1" /></p>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"View this Issue on GitHub","action":{"@type":"ViewAction","url":"https://github.com/OpenSIPS/opensips/issues/364","name":"View Issue"}}</script>