summaryrefslogtreecommitdiff
path: root/testing/udev/udev.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/udev/udev.install')
-rw-r--r--testing/udev/udev.install10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/udev/udev.install b/testing/udev/udev.install
index c3970fedd..272ab60c0 100644
--- a/testing/udev/udev.install
+++ b/testing/udev/udev.install
@@ -34,13 +34,15 @@ post_upgrade() {
fi
echo "Support for non-devtmpfs self-compiled kernels have been moved to udev-compat."
echo " --"
- echo "Blacklisting of framebuffer devices has moved from /etc/modprobe.d to /lib/modprobe.d"
- echo "Any customizations shoud be done to the file in /etc, as it takes precedence."
+ echo "Blacklisting of framebuffer devices has moved from /etc/modprobe.d to"
+ echo "/lib/modprobe.d. Any customizations shoud be done to the file in /etc, as it"
+ echo "takes precedence."
echo " --"
echo "kbd and rtc devices are no longer world readable."
echo " --"
- echo "rtc is no longer in the audio group and fb devices are no longer in the video group"
- echo "(permissions and ownership of fb devices are controlled by X)."
+ echo "rtc is no longer in the audio group and fb devices are no longer in"
+ echo "the video group, as permissions and ownership of fb devices are controlled"
+ echo "by X."
echo "---------------"
fi
}