[Ltrace-devel] r69 - ltrace/trunk

Ian Wienand ianw-guest at costa.debian.org
Thu Oct 12 21:53:44 UTC 2006


Author: ianw-guest
Date: 2006-10-12 21:53:44 +0000 (Thu, 12 Oct 2006)
New Revision: 69

Modified:
   ltrace/trunk/ChangeLog
   ltrace/trunk/options.c
Log:
fix typo in config file name


Modified: ltrace/trunk/ChangeLog
===================================================================
--- ltrace/trunk/ChangeLog	2006-09-25 00:31:27 UTC (rev 68)
+++ ltrace/trunk/ChangeLog	2006-10-12 21:53:44 UTC (rev 69)
@@ -1,3 +1,7 @@
+2006-10-13  Olaf Hering <olh at suse.de>
+
+	* options.c: fix up typo for config file
+
 2006-09-25  Olaf Hering <olh at suse.de>
 
 	* elf.c, elf.h : remove confilict with glibc SHT_GNU_HASH, include

Modified: ltrace/trunk/options.c
===================================================================
--- ltrace/trunk/options.c	2006-09-25 00:31:27 UTC (rev 68)
+++ ltrace/trunk/options.c	2006-10-12 21:53:44 UTC (rev 69)
@@ -21,7 +21,7 @@
 #define SYSCONFDIR "/etc"
 #endif
 
-#define SYSTEM_CONFIG_FILE SYSCONFDIR "/trace.conf"
+#define SYSTEM_CONFIG_FILE SYSCONFDIR "/ltrace.conf"
 #define USER_CONFIG_FILE "~/.ltrace.conf"
 
 #define MAX_LIBRARY		30




More information about the Ltrace-devel mailing list