[oe-commits] Chen Qi : run-postinsts: fix comment

git at git.openembedded.org git at git.openembedded.org
Mon Jul 29 12:01:05 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: ca32f9c3f7749aa31d1ea83eda1ca39a2678215b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ca32f9c3f7749aa31d1ea83eda1ca39a2678215b

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Fri Jul 19 17:39:26 2013 +0800

run-postinsts: fix comment

The run-postinsts script also handles the #SYSCONFDIR#/rpm-postinsts
directory. Add it to the comment for clarity.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../run-postinsts/run-postinsts/run-postinsts      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
index d1bf582..2a8d1d6 100755
--- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
+++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
@@ -5,8 +5,8 @@
 # Author: Richard Purdie <rpurdie at openedhand.com>
 #
 
-# The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts or
-# #SYSCONFDIR#/ipk-postinsts
+# The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts,
+# #SYSCONFDIR#/ipk-postinsts or #SYSCONFDIR#/rpm-posinsts.
 
 pi_dir=""
 for pm in rpm deb ipk; do



More information about the Openembedded-commits mailing list