http://bugzilla.novell.com/show_bug.cgi?id=621848 http://bugzilla.novell.com/show_bug.cgi?id=621848#c2 --- Comment #2 from andrea florio <andrea@opensuse.org> 2010-07-13 11:20:25 UTC --- giving a look to the script this is the function that need to be fixed: listmodules() { list=`/bin/ls -1 $YAST_PREFIX/share/applications/YaST2/*.desktop 2>/dev/null` if [ -z "$list" ] ; then echo "No modules installed" else echo "Available modules:" echo grep -h "Exec=/sbin/yast2 " $list | \ sed 's|Exec=/sbin/yast2 \([^ ]\+\)\( .*\)\?|\1|' | \ sort -u fi } -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.