Yeah, I'm a little late, I know. Le mardi 17 mars 2009, Michal Marek a écrit :
Takashi Iwai napsal(a):
These files can be created dynamically by a program or YaST, e.g. /etc/modprobe.d/sound file. Which package / program is responsible to rename them in the update path and how?
Good point. I'd say the package that creates the file should take care of renaming it during update. It should be pretty simple:
%post if test -e /etc/modprobe.d/$oldname; then mv -f /etc/modprobe.d/$oldname /etc/modprobe.d/50-$oldname.conf fi
I'll file a bug against yast2-sound. Does anybody know about any other package that creates modprobe.d files at runtime?
The sensors package does. I've just taken care of it. -- Jean Delvare Suse L3 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org