Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43374 - move speechd's conf to /etc/conf.d
Summary: move speechd's conf to /etc/conf.d
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
: 19779 43102 43373 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-01 06:03 UTC by Minati jean michel
Modified: 2004-03-13 16:27 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for speechd-0.56 : move config file to /etc/conf.d and others minors changes. (speechd-0.56.ebuild.diff,897 bytes, patch)
2004-03-01 07:28 UTC, Minati jean michel
Details | Diff
The rc script . (speechd.rc,549 bytes, text/plain)
2004-03-08 01:43 UTC, Minati jean michel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Minati jean michel 2004-03-01 06:03:25 UTC
speechd install his config file in /etc , this should be in /etc/conf.d/

Reproducible: Always
Steps to Reproduce:
1.emerge speechd
2.
3.

Actual Results:  
the config file is in /etc

Expected Results:  
the config file should be in /etc/conf.d

there is also a file named speechd.sub, this file is used for acronyms . I think
it should stay in /etc .
Comment 1 Minati jean michel 2004-03-01 07:03:15 UTC
*** Bug 43373 has been marked as a duplicate of this bug. ***
Comment 2 Minati jean michel 2004-03-01 07:28:13 UTC
Created attachment 26656 [details, diff]
Patch for speechd-0.56 : move config file to /etc/conf.d and others minors changes.

this patch add support for config file in /etc/conf.d.it also add the faq ,
deal with the init script from bug 43102 and use the esd USE flag.
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-07 01:39:15 UTC
you need to give us ${FILESDIR}/speechd.rc too ;)
Comment 4 Minati jean michel 2004-03-08 01:43:23 UTC
Created attachment 27017 [details]
The rc script .

the rc file I forgot . :)
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-09 11:45:14 UTC
how do you add hosts to the access list for festival when it is run as 'festival --server'?
Comment 6 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-12 04:36:16 UTC
Minati... any info?  I need to set that up to verify the package, and I can't find it in the festival documentation...  am I just missing it somewhere... 
Comment 7 Minati jean michel 2004-03-12 04:48:00 UTC
same for me , I digged a bit in the doc and in bugzilla without luck.
I'm gonna check again.
Comment 8 Minati jean michel 2004-03-12 05:59:25 UTC
got it :)

the conf for access list is in /usr/lib/festival/festival.scm :

(defvar server_access_list
  "server_access_list
If non-nil this is the exhaustive list of machines and domains
from which clients may access the server.  This is a list of REGEXs
that client host must match.  Remember to add the backslashes before
the dots. [see Server/client API]")

(defvar server_deny_list nil
  "server_deny_list
If non-nil this is a list of machines which are to be denied access
to the server absolutely, irrespective of any other control features.
The list is a list of REGEXs that are used to matched the client hostname.
This list is checked first, then server_access_list, then passwd.
[see Server/client API]")
Comment 9 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-12 12:58:06 UTC
*** Bug 19779 has been marked as a duplicate of this bug. ***
Comment 10 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-12 13:00:24 UTC
I'm checking that I can alter these in festivalrc, then hopefully I'll get out the updated festival and speechd ebuilds this weekend...
Comment 11 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-12 22:49:38 UTC
*** Bug 43102 has been marked as a duplicate of this bug. ***
Comment 12 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-12 23:03:13 UTC
i just committed an updated festival ebuild which provides a festival server init script... I have an updated speechd ebuild as well, but I can't test it out right now as I'm away from the gentoo box and thus can't hear it... but judging from the log file, it seems to work.  I'll test it when I get home tomorrow and commit it at that time...
Comment 13 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-13 16:27:21 UTC
speechd-0.56-r1 has an init script.