[oe] [PATCH][meta-webserver] apache2: fix a typos

rongqing.li at windriver.com rongqing.li at windriver.com
Wed Jan 21 05:49:49 UTC 2015


From: Roy Li <rongqing.li at windriver.com>

fix a typos to remove a warning:
    systemd[1]: [/lib/systemd/system/apache2.service:2] Unknown lvalue
    'Decription' in section 'Unit'

Signed-off-by: Roy Li <rongqing.li at windriver.com>
---
 meta-webserver/recipes-httpd/apache2/files/apache2.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/apache2/files/apache2.service b/meta-webserver/recipes-httpd/apache2/files/apache2.service
index f4bcf9e..9b5548c 100644
--- a/meta-webserver/recipes-httpd/apache2/files/apache2.service
+++ b/meta-webserver/recipes-httpd/apache2/files/apache2.service
@@ -1,5 +1,5 @@
 [Unit]
-Decription=The Apache HTTP Server
+Description=The Apache HTTP Server
 After=network.target remote-fs.target nss-lookup.target
 
 [Service]
-- 
2.1.0




More information about the Openembedded-devel mailing list