mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
a1ee2deb53
sipX family. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page PR: ports/107931 Submitted by: Michael Durian <durian at shadetreesoftware.com>
12 lines
358 B
Bash
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}))
|
|
|