From f8908886f140434a42669e2e6a64253849c69d8c Mon Sep 17 00:00:00 2001 From: djrzulf Date: Fri, 11 Feb 2005 13:37:07 +0000 Subject: [PATCH] - make it compatibile with PLD, Changed files: asa-PLD.patch -> 1.1 --- asa-PLD.patch | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 asa-PLD.patch diff --git a/asa-PLD.patch b/asa-PLD.patch new file mode 100644 index 0000000..32b8884 --- /dev/null +++ b/asa-PLD.patch @@ -0,0 +1,62 @@ +diff -ruN asa-0.1.4.old/ApaSMSAgent.pl asa-0.1.4/ApaSMSAgent.pl +--- asa-0.1.4.old/ApaSMSAgent.pl 2005-02-11 13:47:10.167567640 +0100 ++++ asa-0.1.4/ApaSMSAgent.pl 2005-02-11 13:48:14.599772456 +0100 +@@ -5,7 +5,7 @@ + # optimizations/cleanups for faster and saner, strict code + + use constant VERSION => "0.1.4"; +-use constant CONFIG_FILE => "config.xml"; ++use constant CONFIG_FILE => "/etc/jabber/asa.xml"; + use constant DEVEL_RUN => 0; # useful when testing, things are seen as 'away' in DEVEL_RUN mode + + use XML::Stream; # for config files, etc +diff -ruN asa-0.1.4.old/config.xml asa-0.1.4/config.xml +--- asa-0.1.4.old/config.xml 2005-02-11 13:47:10.168567488 +0100 ++++ asa-0.1.4/config.xml 2005-02-11 13:51:19.518660512 +0100 +@@ -4,19 +4,19 @@ + + 127.0.0.1 + +- 1234567 ++ 5347 + +- ++ secret + +- 4 ++ 0 + +- ./plugins/ ++ /var/lib/jabber/asa/plugins/ + +- ./storage/numbers-storage.mldbm ++ /var/lib/jabber/asa/storage/numbers-storage.mldbm + + 1024K + +- ./storage/prio-prefs-storage.mldbm ++ /var/lib/jabber/asa/storage/prio-prefs-storage.mldbm + + 1024K + +@@ -35,16 +35,16 @@ + + + +- ./storage/accounts-MiastoPlusa.mldbm ++ /var/lib/jabber/asa/storage/accounts-MiastoPlusa.mldbm + + +- ./storage/accounts-IdeaMbox.mldbm ++ /var/lib/jabber/asa/storage/accounts-IdeaMbox.mldbm + + +- ./storage/accounts-EraOmnix_Podstawowa.mldbm ++ /var/lib/jabber/asa/storage/accounts-EraOmnix_Podstawowa.mldbm + + +- ./storage/accounts-EraOmnix_Platna.mldbm ++ /var/lib/jabber/asa/storage/accounts-EraOmnix_Platna.mldbm + + + -- 2.44.0