File: 03-debian-set-gammu_path.patch

package info (click to toggle)
kalkun 0.8.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,340 kB
  • sloc: php: 30,659; javascript: 30,443; sql: 961; sh: 766; xml: 105; makefile: 40
file content (19 lines) | stat: -rw-r--r-- 693 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Set path to gammu & gammu config file
Forwarded: not-needed
Author: Fab Stz <fabstz-it@yahoo.fr>
Last-Update: 2022-02-12

--- a/application/config/kalkun_settings.php
+++ b/application/config/kalkun_settings.php
@@ -66,9 +66,9 @@
 | Windows : C:\Program Files\Gammu 1.29.92\bin
 |
 */
-$config['gammu_path'] = 'C:\Gammu 1.29.92\bin';
+$config['gammu_path'] = '/usr/bin/';
 $config['gammu_sms_inject'] = $config['gammu_path'].DIRECTORY_SEPARATOR.'gammu-smsd-inject';
-$config['gammu_config'] = $config['gammu_path'].DIRECTORY_SEPARATOR.'config.ini';
+$config['gammu_config'] = "/etc/gammu-smsdrc";
 
 /*
 |--------------------------------------------------------------------------