Mailing List Archive

[Bug 3433] New: suse-rc-script.sh tries to include /etc/rc.config but /etc/rc.config does no longer exist on SuSE 8.2
http://bugzilla.spamassassin.org/show_bug.cgi?id=3433

Summary: suse-rc-script.sh tries to include /etc/rc.config but
/etc/rc.config does no longer exist on SuSE 8.2
Product: Spamassassin
Version: 2.63
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: spamassassin-dev@incubator.apache.org
ReportedBy: bram-mertens@linux.be


The suse-rc-script.sh script in the spamd directory of the 2.63 source includes
the following lines:
--- begin code ---
# Source SuSE config
. /etc/rc.config
--- end code ---

However this file does not exist on my system (SuSE 8.2):
m8ram@linux:~> ls -lh /etc/rc.config
ls: /etc/rc.config: No such file or directory

The file includes a warning that the boot concept of SuSE changed withversion 8.
0 but in future versions /etc/rc.config hasbeen dropped completely in favor of a
set of scripts in/etc/sysconfig/network/.
Because it can't include this file the following variables won't be set:
START_SPAMD, SPAMD_OPTS, SPAMD_AWL and/or SPAMD_NICE.

These variables should be created in a new(?) configuration file where it won't
conflict with SuSE's configuration files and thi script should be updated.

TIA



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.