1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/sipxproxy/files/patch-bin_sipproxy.sh.in
Martin Wilke a1ee2deb53 sipXproxy is the authorization and call record server component of the
sipX family.

WWW: http://sipx-wiki.calivia.com/index.php/Main_Page

PR:		ports/107931
Submitted by:	Michael Durian <durian at shadetreesoftware.com>
2007-02-01 22:42:19 +00:00

12 lines
358 B
Bash

--- ./bin/sipproxy.sh.in.orig Mon Jan 1 19:19:25 2007
+++ ./bin/sipproxy.sh.in Mon Jan 1 19:30:05 2007
@@ -57,7 +57,7 @@
#@bindir@/sipx-validate-xml @SIPX_CONFDIR@/forwardingrules.xml
#Status=$?
- myHostname=`hostname -f | tr A-Z a-z`
+ myHostname=`hostname | tr A-Z a-z`
status=$?
Status=$((${Status}+${status}))