SuSE Linux: Version 8.0
/etc/sysconfig/smartups,
assisted by SuSEconfig, does not work.
Login as root and change the following lines in the file
/sbin/conf.d/SuSEconfig.nut:
test -s /etc/rc.config.d/smartups.rc.config && \
. /etc/rc.config.d/smartups.rc.config
to
test -s /etc/sysconfig/smartups && \
. /etc/sysconfig/smartups
After doing this, SuSEconfig can/must be executed.