diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-07-27 07:40:21 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:11 +0100 |
| commit | 081acd5a736bb4d395640f2a52671eb44490ff82 (patch) | |
| tree | 8f21655a6a9a31bb389edefe1923ec8aebbcbdad /meta | |
| parent | 556059a5cbd35e9dc30cbe2213d41ffc8ca9cfc7 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 2 |
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 @@ | |||
| 1 | SUMMARY = "manage symlinks in /etc/rcN.d" | 1 | SUMMARY = "manage symlinks in /etc/rcN.d" |
| 2 | DESCRIPTION = "update-rc.d is a utilities that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure." | 2 | DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure." |
| 3 | SECTION = "base" | 3 | SECTION = "base" |
| 4 | 4 | ||
| 5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
