https://bugzilla.novell.com/show_bug.cgi?id=222421 Summary: %run_suseconfig macro is not consistent with /sbin/SuSEconfig Product: openSUSE 10.3 Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de The following code snippets are returning different exit codes: %post /sbin/SuSEconfig --module NonExistantModule %post %run_suseconfig -m NonExistantModule The former succeeds (hard-coded "exit 0" in /sbin/SuSEconfig), the latter fails (hard-coded "exit 1" in the macro definition). This should be cleaned up. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.