diff options
author | Jason Zaman <jason@perfinion.com> | 2014-07-17 03:07:19 +0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-07-16 18:22:33 -0500 |
commit | 1a1d53335b2e6e3240b738ba1f81de64e552c337 (patch) | |
tree | 247d210f4c6b84f190d46aa5da012af495d80bff /init.d/devfs.in | |
parent | 99939b9839fb45093fe193e06139eab4a95637da (diff) |
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
Diffstat (limited to 'init.d/devfs.in')
-rw-r--r-- | init.d/devfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/devfs.in b/init.d/devfs.in index 196bc57d..ca242318 100644 --- a/init.d/devfs.in +++ b/init.d/devfs.in @@ -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 |