summaryrefslogtreecommitdiff
path: root/net/sipxcommserverlib/files/patch-etc_config.defs.in
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-28 22:52:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-28 22:52:24 +0000
commitd568c421a23a0bade57a78baa0e6602acafafb8e (patch)
treed5047c76dee4e3373a0f170ab9987c7507332286 /net/sipxcommserverlib/files/patch-etc_config.defs.in
parentMark for deprecation, since unmaintained, failing to work with current (diff)
2009-03-27 net/sipxcalllib: old version, needs updating
2009-03-27 net/sipxcommserverlib: old version, needs updating, and does not compile 2009-03-27 net/sipxconfig: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxmediaadapterlib: old version, needs updating 2009-03-27 net/sipxmedialib: old version, needs updating 2009-03-27 net/sipxpbx: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxproxy: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxportlib: old version, needs updating 2009-03-27 net/sipxpublisher: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxregistry: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxtacklib: old version, needs updating 2009-03-27 net/sipxvxml: old version, needs updating
Notes
Notes: svn path=/head/; revision=231220
Diffstat (limited to 'net/sipxcommserverlib/files/patch-etc_config.defs.in')
-rw-r--r--net/sipxcommserverlib/files/patch-etc_config.defs.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/sipxcommserverlib/files/patch-etc_config.defs.in b/net/sipxcommserverlib/files/patch-etc_config.defs.in
deleted file mode 100644
index 01180c362ab6..000000000000
--- a/net/sipxcommserverlib/files/patch-etc_config.defs.in
+++ /dev/null
@@ -1,29 +0,0 @@
---- ./etc/config.defs.in.orig Sun Dec 31 14:13:17 2006
-+++ ./etc/config.defs.in Thu Jan 4 13:33:39 2007
-@@ -12,10 +12,10 @@
- # host name (e.g. myhost.domain.com).
- # If you use DNS SRV, the SIPXCHANGE_DOMAIN_NAME should be set
- # to domain name (e.g. domain.com), so comment out the assignment
--# below that uses -f and uncomment the one that uses -d:
-+# below that uses hostname and uncomment the one that uses hostname | cut
- #
--SIPXCHANGE_DOMAIN_NAME=`hostname -f`
--# SIPXCHANGE_DOMAIN_NAME=`hostname -d`
-+SIPXCHANGE_DOMAIN_NAME=`hostname`
-+# SIPXCHANGE_DOMAIN_NAME=`hostname | cut -d . -f 2-`
-
- #### Core Limit
- # Control whether or not core files are saved in a server failure.
-@@ -24,10 +24,10 @@
- SIPX_CORELIMIT=unlimited
-
- # the realm string used in authentication challenges
--SIPXCHANGE_REALM=`hostname -d`
-+SIPXCHANGE_REALM=`hostname | cut -d . -f 2-`
-
- ##### Information about this server #####
--MY_FULL_HOSTNAME=`hostname -f`
-+MY_FULL_HOSTNAME=`hostname`
- MY_HOSTNAME=`hostname -s`
- MY_IP_ADDR=`@bindir@/get_def_addr`
-