summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2013-03-21 11:05:37 -0500
committerWilliam Hubbs <williamh@gentoo.org>2013-03-21 11:05:37 -0500
commitb92c709dd7f29cc1ff4a1129b95149912d30d55b (patch)
tree8679d3cdabe54db68f59886ff0ea8cd00e60c34a
parentremove extra information about /dev/root (diff)
downloadudev-gentoo-scripts-b92c709dd7f29cc1ff4a1129b95149912d30d55b.tar.gz
udev-gentoo-scripts-b92c709dd7f29cc1ff4a1129b95149912d30d55b.tar.bz2
udev-gentoo-scripts-b92c709dd7f29cc1ff4a1129b95149912d30d55b.zip
small wording change in the message about the /dev/root symlink
-rw-r--r--init.d/udev2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/udev b/init.d/udev
index b0955a4..8f07d8f 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -96,7 +96,7 @@ start_udevmonitor()
populate_dev()
{
if yesno ${rc_dev_root_symlink:-yes}; then
- ebegin "Generating a rule to create /dev/root symlink"
+ ebegin "Generating a rule to create a /dev/root symlink"
/lib/udev/dev-root-link.sh
eend $?
fi