]> git.pld-linux.org Git - packages/gammu.git/commitdiff
This commit was manufactured by cvs2git to create branch 'unlabeled-1.86.2'.
authorcvs2git <feedback@pld-linux.org>
Thu, 24 Dec 2009 10:03:13 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2009-12-24 10:03:13 UTC lisu <lisu@pld-linux.org> '- updated to 1.27.0'
Delete:
    gammu-etc_dir.patch

gammu-etc_dir.patch [deleted file]

diff --git a/gammu-etc_dir.patch b/gammu-etc_dir.patch
deleted file mode 100644 (file)
index 90fb09f..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -burNp gammu-1.23.1/libgammu/gsmstate.c gammu-1.23.1-dud/libgammu/gsmstate.c
---- gammu-1.23.1/libgammu/gsmstate.c   2009-02-12 15:05:40.000000000 +0100
-+++ gammu-1.23.1-dud/libgammu/gsmstate.c       2009-03-14 21:19:03.565653553 +0100
-@@ -1021,6 +1021,7 @@ GSM_Error GSM_FindGammuRC (INI_Section *
- {
-       char configfile[PATH_MAX + 1];
-       char *envpath;
-+      char *home_etc;
-       GSM_Error error;
-       *result = NULL;
-@@ -1042,6 +1043,15 @@ GSM_Error GSM_FindGammuRC (INI_Section *
-       /* Reset as we're using strcat */
-       configfile[0] = 0;
-+        /* Try user etc dir */
-+        home_etc = getenv("HOME_ETC");
-+        if (home_etc) {
-+                strcat(configfile, home_etc);
-+                strcat(configfile, GAMMURC_NAME);
-+
-+                error = GSM_TryReadGammuRC(configfile, result);
-+                if (error == ERR_NONE) return ERR_NONE;
-+        } else {
-       /* Try user home */
-       envpath  = getenv("HOME");
-       if (envpath) {
-@@ -1051,6 +1061,7 @@ GSM_Error GSM_FindGammuRC (INI_Section *
-               error = GSM_TryReadGammuRC(configfile, result);
-               if (error == ERR_NONE) return ERR_NONE;
-       }
-+      }
- #if defined(WIN32)
-       /* Reset as we're using strcat */
This page took 0.052796 seconds and 4 git commands to generate.