SOURCES: hotkeys-home_etc.patch (NEW) - added support for HOME_ETC

teodor teodor at pld-linux.org
Wed Jun 29 10:41:07 CEST 2005


Author: teodor                       Date: Wed Jun 29 08:41:07 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added support for HOME_ETC

---- Files affected:
SOURCES:
   hotkeys-home_etc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/hotkeys-home_etc.patch
diff -u /dev/null SOURCES/hotkeys-home_etc.patch:1.1
--- /dev/null	Wed Jun 29 10:41:07 2005
+++ SOURCES/hotkeys-home_etc.patch	Wed Jun 29 10:41:02 2005
@@ -0,0 +1,12 @@
+diff -Nur hotkeys-0.5.7.1.orig/src/conf.c hotkeys-0.5.7.1/src/conf.c
+--- hotkeys-0.5.7.1.orig/src/conf.c	2005-06-29 08:15:00.000000000 +0200
++++ hotkeys-0.5.7.1/src/conf.c	2005-06-29 08:16:17.000000000 +0200
+@@ -265,7 +265,7 @@
+         parseConfigFile(filename);
+ 
+     /* See whether the user has his own config file */
+-    if ( (h = getenv("HOME")) != NULL )
++    if (( (h = getenv("HOME_ETC")) != NULL ) || ( (h = getenv("HOME")) != NULL))
+     {
+         strncpy( filename, h, MAXPATHLEN-2-strlen(PACKAGE)-1-strlen(CONFIG_NAME)-1 );
+         strcat( filename, "/." PACKAGE "/" );
================================================================



More information about the pld-cvs-commit mailing list