summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-21 23:50:45 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-10-21 23:50:49 -0400
commitb19f4da0c1bdf69765582a38d7ccd435ba324556 (patch)
tree443b8a06155bb329702645d092a9511a5fd79f27 /meta-openstack
parent59ebe56473f2c8999edeba3e8af0d4495bf516b5 (diff)
downloadmeta-cloud-services-b19f4da0c1bdf69765582a38d7ccd435ba324556.tar.gz
postgres: add postgresql initscript package
Without adding the initscript package, postgres won't start automatically on boot. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
index ecaaef0..be7f036 100644
--- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
+++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
@@ -47,5 +47,6 @@ pkg_postinst_${PN} () {
47 47
48FILES_${PN} += "${localstatedir}/run/${PN}" 48FILES_${PN} += "${localstatedir}/run/${PN}"
49 49
50INITSCRIPT_PACKAGES = "${PN}"
50INITSCRIPT_NAME = "${PN}" 51INITSCRIPT_NAME = "${PN}"
51INITSCRIPT_PARAMS = "defaults" 52INITSCRIPT_PARAMS = "defaults"