speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] config - Load system wide and user client configuration files


From: Luke Yelavich
Subject: [PATCH] config - Load system wide and user client configuration files
Date: Mon, 3 Aug 2009 11:10:08 +0100

From: Luke Yelavich <address@hidden>
To: address@hidden

A user may wish to use a client configuration file they have created, as well
as client configuration files added by the system administrator. Allow
speech-dispatcher to make use of any additional configuration files added by
the user or administrator, without the need to hard-code these new files into
speechd.conf.
---
 config/speechd.conf.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/speechd.conf.in b/config/speechd.conf.in
index 2bc6c49..5f35fcb 100644
--- a/config/speechd.conf.in
+++ b/config/speechd.conf.in
@@ -256,6 +256,6 @@ DefaultModule espeak
 
 # There are some sample client settings
 
-Include "clients/emacs.conf"
-Include "clients/gnome-speech.conf"
+Include "INCLUDE_PATH/clients/*.conf"
+Include "clients/*.conf"
 
-- 
1.6.3.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]