* [PATCH 0/1] initscripts: fix syntax error in postinsts
@ 2014-02-13 7:26 Chen Qi
2014-02-13 7:26 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2014-02-13 7:26 UTC (permalink / raw)
To: openembedded-core
The following changes since commit b188bda18690dc1af1cb5d18bb0f3ad40c9a6cc6:
systemd-serialgetty: Update to match version in recent systemd (2014-02-11 22:59:10 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/initscripts-postinsts
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/initscripts-postinsts
Chen Qi (1):
initscripts: fix syntax error in postinsts
meta/recipes-core/initscripts/initscripts_1.0.bb | 1 -
1 file changed, 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] initscripts: fix syntax error in postinsts
2014-02-13 7:26 [PATCH 0/1] initscripts: fix syntax error in postinsts Chen Qi
@ 2014-02-13 7:26 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2014-02-13 7:26 UTC (permalink / raw)
To: openembedded-core
Fix syntax error in pkg_postinst of initscripts.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-core/initscripts/initscripts_1.0.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb
index 20c0257..6cfea1a 100644
--- a/meta/recipes-core/initscripts/initscripts_1.0.bb
+++ b/meta/recipes-core/initscripts/initscripts_1.0.bb
@@ -157,5 +157,4 @@ pkg_postinst_${PN} () {
systemctl $OPTS mask $SERVICE.service
done
fi
-fi
}
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-13 7:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-13 7:26 [PATCH 0/1] initscripts: fix syntax error in postinsts Chen Qi
2014-02-13 7:26 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox