devfs: fix restorecon ebegin message to match sys

X-Gentoo-Bug: 516956
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=516956
This commit is contained in:
Jason Zaman 2014-07-17 03:07:19 +04:00 committed by William Hubbs
parent 99939b9839
commit 1a1d53335b

View File

@ -95,7 +95,7 @@ seed_dev()
restorecon_dev()
{
if [ -x /sbin/restorecon ]; then
ebegin "Set SELinux labels in /dev"
ebegin "Restoring SELinux contexts in /dev"
restorecon -rF /dev >/dev/null 2>&1
eend $?
fi