diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-06-23 19:31:41 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-24 23:04:04 -0700 |
commit | dddf4bdd3bae1b9e67bc33eea93b1d204a495f97 (patch) | |
tree | 5a18c74c80a5645c7cee008d343c99c6fd5d58f2 /meta-networking/recipes-extended | |
parent | 3ef9acf4841bd3ac7220fb67a52f3ce5d89452e2 (diff) | |
download | meta-openembedded-dddf4bdd3bae1b9e67bc33eea93b1d204a495f97.tar.gz |
corosync: corosync-qnetd.conf is now created under /run during runtime
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-extended')
-rw-r--r-- | meta-networking/recipes-extended/corosync/corosync_2.4.4.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb b/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb index 5ebec08b9..23a3d147f 100644 --- a/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb +++ b/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb | |||
@@ -67,10 +67,6 @@ do_install_append() { | |||
67 | if [ ${@bb.utils.filter('DISTRO_FEATURES','systemd',d)} ]; then | 67 | if [ ${@bb.utils.filter('DISTRO_FEATURES','systemd',d)} ]; then |
68 | install -d ${D}${sysconfdir}/tmpfiles.d | 68 | install -d ${D}${sysconfdir}/tmpfiles.d |
69 | echo "d ${localstatedir}/log/cluster - - - -" > ${D}${sysconfdir}/tmpfiles.d/corosync.conf | 69 | echo "d ${localstatedir}/log/cluster - - - -" > ${D}${sysconfdir}/tmpfiles.d/corosync.conf |
70 | |||
71 | if [ ${@bb.utils.filter('PACKAGECONFIG', 'qnetd', d)} ]; then | ||
72 | install -m 0644 ${S}/conf/tmpfiles.d/corosync-qnetd.conf ${D}${sysconfdir}/tmpfiles.d | ||
73 | fi | ||
74 | fi | 70 | fi |
75 | } | 71 | } |
76 | 72 | ||