summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/sysklogd
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-05-26 15:52:32 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-26 16:02:41 -0400
commit293cbfc7e52bfb40d6e09e1dc9bd4f76c6e2a3d3 (patch)
treece33308fcb29a9b45604083764c8c1cb9edc4b8d /meta-openstack/recipes-extended/sysklogd
parenteeac2153f8bcc83d02643353cea76a202c9d89fd (diff)
downloadmeta-cloud-services-293cbfc7e52bfb40d6e09e1dc9bd4f76c6e2a3d3.tar.gz
sysklogd: add syslog user and group and add dependency
Some OpenStack components expect the system to contain a syslog user for logging purposes and fail if one doesn't exist. This fix adds the syslog user and group within the sysklogd package since it responsible for the system logging capabilities of the system. This fix also adds a dependency between the package requiring the syslog user to exist. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/sysklogd')
-rw-r--r--meta-openstack/recipes-extended/sysklogd/sysklogd_1.5.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/sysklogd/sysklogd_1.5.bbappend b/meta-openstack/recipes-extended/sysklogd/sysklogd_1.5.bbappend
new file mode 100644
index 0000000..8da640f
--- /dev/null
+++ b/meta-openstack/recipes-extended/sysklogd/sysklogd_1.5.bbappend
@@ -0,0 +1,6 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4
5require recipes-extended/syslog/syslog-user.inc
6