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

Re: RPM package of Emacspeak12.0



I am at least partially responsible for this problem.  The problem is that I
included Jim Van Zandt's emacspeakconfig utility in the RPM package of
emacspeak-11.0, though emacspeakconfig isn't included in the standard
emacspeak distribution.  In particular, I included an essentially empty
/etc/emacspeak.conf file in the package and marked it as a configuration
file, instead of leaving it out and letting emacspeakconfig create an
emacspeak.conf file on the user's system.  So, when you upgraded from my RPM
to Raman's, the emacspeak.conf file was renamed to emacspeak.conf.rpmsave. 
If you rename the file back to emacspeak.conf, it will work, but I'm sorry
for the inconvenience.

Raman, perhaps you could add the following to the post-install script in
your RPM:

if [ -f /etc/emacspeak.conf.rpmsave ]
then
  mv /etc/emacspeak.conf.rpmsave /etc/emacspeak.conf
fi

-- 
Matt Campbell <mattcamp@xxxxxxxxxxx>
Web site:  http://www.crosswinds.net/~mattcamp/
ICQ #:  33005941

-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"


Emacspeak Files | Subscribe | Unsubscribe