]> git.pld-linux.org Git - packages/bluez-utils.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:28 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-utils-home_etc.patch -> 1.2

bluez-utils-home_etc.patch [deleted file]

diff --git a/bluez-utils-home_etc.patch b/bluez-utils-home_etc.patch
deleted file mode 100644 (file)
index f34761f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nru bluez-utils-2.2/rfcomm/parser.y bluez-utils-2.2.new/rfcomm/parser.y
---- bluez-utils-2.2/rfcomm/parser.y    Thu Oct 31 10:09:48 2002
-+++ bluez-utils-2.2.new/rfcomm/parser.y        Sun Mar 23 18:18:14 2003
-@@ -147,7 +147,11 @@
-       if (filename) {
-               snprintf(file, MAXPATHLEN,  "%s", filename);
-       } else {
--              snprintf(file, MAXPATHLEN, "%s/.bluetooth/rfcomm.conf", getenv("HOME"));
-+              char *config_dir = getenv("CONFIG_DIR");
-+              if (config_dir)
-+                      snprintf(file, MAXPATHLEN, "%s/bluetooth/rfcomm.conf", config_dir);
-+              else
-+                      snprintf(file, MAXPATHLEN, "%s/.bluetooth/rfcomm.conf", getenv("HOME"));
-               if ((getuid() == 0) || (access(file, R_OK) < 0))
-                       snprintf(file, MAXPATHLEN, "/etc/bluetooth/rfcomm.conf");
This page took 0.029069 seconds and 4 git commands to generate.