Bug 1754 - rpm "upgrade" of sysconfig script doesn't work
Summary: rpm "upgrade" of sysconfig script doesn't work
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Packaging: RPM (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: PC Linux
: P5 normal
Target Milestone: 2.60
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-06 08:47 UTC by Dave Hill
Modified: 2003-04-08 18:43 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
Patch to spamassassin.spec patch None Dave Hill [NoCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hill 2003-04-06 08:47:17 UTC
The latest RPM spec file has a scriptlet to change the name of the
sysconfig file from "spamd" to "spamassassin" and change the name of the
options variable from OPTIONS to SPAMDOPTIONS at the same time. This does
not work because there is a typo in the script, which tries to edit the new
filename, not the old. The result is that SPAMDOPTIONS doesn't get set at all,
so when you try to start the service, it hangs because it is trying to run in
the foreground and the RPM command never completes.
Comment 1 Dave Hill 2003-04-06 08:48:53 UTC
Created attachment 867 [details]
Patch to spamassassin.spec
Comment 2 Theo Van Dinter 2003-04-06 12:52:49 UTC
oops.  yeah, I went back and forth between how best to do the renaming, and
forgot to change that back from the previous way. :|

all fixed now. :) thanks.
Comment 3 Dave Hill 2003-04-09 02:43:46 UTC
Works fine.
Dave