|
发表于 2005-6-9 09:21:52
|
显示全部楼层
ebuild里有ewarn的呀!照做应该就没这事吧?
# people want reminders, I'll give them reminders. Odds are they will
# just ignore them anyway...
ewarn "Note: If you are upgrading from a version of udev prior to 046"
ewarn " and you rely on the output of udevinfo for anything, please"
ewarn " either run 'udevstart' now, or reboot, in order to get a"
ewarn " up-to-date udev database."
ewarn " "
ewarn "Note: If you are upgrading from a version of udev prior to 050"
ewarn " and you had written some custom permissions rules, please"
ewarn " realize that the permission rules are now part of the main"
ewarn " udev rules files and are not stand-alone anymore. This means"
ewarn " you need to rewrite them."
ewarn " "
ewarn "Note: If you are upgrading from a version of udev prior to 057"
ewarn " and you have written custom rules, and rely on the etc/dev.d/"
ewarn " functionality, please read the RELEASE-NOTES file for details"
ewarn " on what has changed with this feature, and how to change your"
ewarn " rules to work properly." |
|