diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-29 14:12:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-29 14:13:10 +0000 |
commit | 5f863cfff48a64beb79bb9f0cd9a724489cb011d (patch) | |
tree | db0561dcf59e7ac274588a3b56751a9f48f3e0ff | |
parent | 8f76fb690af50acb833a1c5e64a80608b7745e70 (diff) | |
download | aports-5f863cfff48a64beb79bb9f0cd9a724489cb011d.tar.bz2 aports-5f863cfff48a64beb79bb9f0cd9a724489cb011d.tar.xz |
main/kamailio: added missing patch
-rw-r--r-- | main/kamailio/kamailio-3.1-backslash.patch (renamed from main/kamailio/kamailio-3-backslash.patch) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/main/kamailio/kamailio-3-backslash.patch b/main/kamailio/kamailio-3.1-backslash.patch index f132aebab4..e8fcdc0342 100644 --- a/main/kamailio/kamailio-3-backslash.patch +++ b/main/kamailio/kamailio-3.1-backslash.patch @@ -1,18 +1,18 @@ -diff --git a/scripts/kamdbctl.base b/scripts/kamdbctl.base -index 83f5a8a..5b640be 100644 +diff --git a/utils/kamctl/kamdbctl.base b/utils/kamctl/kamdbctl.base +index 85d8fa2..b26bc6f 100644 --- a/utils/kamctl/kamdbctl.base +++ b/utils/kamctl/kamdbctl.base @@ -32,13 +32,13 @@ INSTALL_PRESENCE_TABLES=${INSTALL_PRESENCE_TABLES:-ask} # Used by dbtext and db_berkeley to define tables to be created, used by # postgres to do the grants --STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases lcr domain grp -- uri speed_dial gw pdt subscriber location re_grp trusted -- address missed_calls usr_preferences aliases silo dialog -+STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases lcr domain grp \ -+ uri speed_dial gw pdt subscriber location re_grp trusted \ -+ address missed_calls usr_preferences aliases silo dialog \ - dispatcher dialplan} +-STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases domain grp +- uri speed_dial lcr_gw lcr_rule lcr_rule_target pdt subscriber +- location re_grp trusted address missed_calls usr_preferences ++STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases domain grp \ ++ uri speed_dial lcr_gw lcr_rule lcr_rule_target pdt subscriber \ ++ location re_grp trusted address missed_calls usr_preferences \ + aliases silo dialog dispatcher dialplan} -EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy carrierroute +EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy carrierroute \ carrier_name domain_name carrierfailureroute userblacklist globalblacklist htable purplemap} |