summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/update-rc.d
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-07-27 07:40:21 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:47:11 +0100
commit081acd5a736bb4d395640f2a52671eb44490ff82 (patch)
tree8f21655a6a9a31bb389edefe1923ec8aebbcbdad /meta/recipes-core/update-rc.d
parent556059a5cbd35e9dc30cbe2213d41ffc8ca9cfc7 (diff)
downloadpoky-081acd5a736bb4d395640f2a52671eb44490ff82.tar.gz
update-rc.d: Correct trivial typo in DESCRIPTION line.
"utilities" -> "utility" (From OE-Core rev: 7a9473998d848fcd179df210deb3ffadccf23aba) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/update-rc.d')
-rw-r--r--meta/recipes-core/update-rc.d/update-rc.d_0.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
index c15cb78033..3b965c50b4 100644
--- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
+++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
@@ -1,5 +1,5 @@
1SUMMARY = "manage symlinks in /etc/rcN.d" 1SUMMARY = "manage symlinks in /etc/rcN.d"
2DESCRIPTION = "update-rc.d is a utilities that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure." 2DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure."
3SECTION = "base" 3SECTION = "base"
4 4
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"