https://bugzilla.novell.com/show_bug.cgi?id=207624 mhopf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |sndirsch@novell.com ------- Comment #17 from mhopf@novell.com 2007-02-02 04:29 MST ------- -/etc/X11/xdm/SuSEconfig.xdm || exit 1 +if [ -f /sbin/conf.d/SuSEconfig.xdm ] ; then + /sbin/SuSEconfig --module xdm || exit 1 +else + MD5DIR="/var/adm/SuSEconfig/md5" \ + /etc/X11/xdm/SuSEconfig.xdm | sed "s+\(.*\)+$0: \1+g" | /bin/logger || exit 1 +fi This doesn't have the desired effect. The return value of /etc/X11/xdm/SuSEconfig.xdm is ignored, and the script only fails if /bin/logger fails... Is this necessary at all? It's also not implemented for /sbin/conf.d... -- 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.