https://bugzilla.novell.com/show_bug.cgi?id=485992 Summary: modprobe_blacklist.scr and modules.scr need to reflect new /etc/modprobe.d paths Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: mvidner@novell.com ReportedBy: mmarek@novell.com QAContact: jsrain@novell.com Found By: --- /usr/share/YaST2/scrconf/modprobe_blacklist.scr reads/writes /etc/modprobe.d/blacklist, this file will be moved to /etc/modprobe.d/50-blacklist.conf (see http://lists.opensuse.org/opensuse-packaging/2009-03/msg00113.html ). Easily fixable. /usr/share/YaST2/scrconf/modules.scr reads/writes /etc/modprobe.conf, which has several problems: * modprobe is configured in several files and /etc/modprobe.conf doesn't even exist in new module-init-tools.rpm (modprobe --showconfig is your friend). * The file should not be written to, it's overwritten by each module-init-tools update. Packages should place modprobe config files under /etc/modprobe.d/*.conf instead. In fact yast2-sound and yast2-tv already do so, so maybe this module is not needed anymore? -- 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.