Bug 389655

Summary: sysconfig.mail contains wrong variable? CONF_TYPE
Product: [openSUSE] openSUSE 10.3 Reporter: Wolfgang Rosenauer <wolfgang>
Component: YaST2Assignee: Peter Varkoly <varkoly>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: jsuchome
Version: Final   
Target Milestone: ---   
Hardware: All   
OS: openSUSE 10.3   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Wolfgang Rosenauer 2008-05-13 06:44:00 UTC
Couldn't test with 11.0beta but probably it's the same there.

/etc/sysconfig/mail contains:
## Type:        string(standard,advanced,undef)
## Default:     undef
#
# This variable contains the type of the mail server configuration.
#
CONF_TYPE="undef"

But after yast2-mail has run it contains:

## Type:        string(standard,advanced,undef)
## Default:     undef
#
# This variable contains the type of the mail server configuration.
#
CONF_TYPE="undef"
CONFIG_TYPE="standard"

Seems YaST is using CONFIG_TYPE instead of CONF_TYPE?
Comment 1 Peter Varkoly 2008-05-13 16:25:27 UTC
This is a known and fixed problem, but not a really a bug.
Please delete CONF_TYPE="undef" and it works fine.