[oe-commits] Richard Purdie : cronie: Convert crontab to a system user

git at git.openembedded.org git at git.openembedded.org
Tue May 7 12:54:06 UTC 2013


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Apr  9 13:27:24 2013 +0100

cronie: Convert crontab to a system user

crontab is meant to be a system user, not a normal user of the system
so lets pass the correct parameters to the system. If we don't do this
it interferes with the setup of normal users, particularly if some
preset list of users is desired.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/cronie/cronie_1.4.9.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/cronie/cronie_1.4.9.bb b/meta/recipes-extended/cronie/cronie_1.4.9.bb
index 7db0381..b338c37 100644
--- a/meta/recipes-extended/cronie/cronie_1.4.9.bb
+++ b/meta/recipes-extended/cronie/cronie_1.4.9.bb
@@ -40,7 +40,7 @@ INITSCRIPT_NAME = "crond"
 INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ."
 
 USERADD_PACKAGES = "${PN}"
-GROUPADD_PARAM_${PN} = "crontab"
+GROUPADD_PARAM_${PN} = "--system crontab"
 
 do_install_append () {
 	install -d ${D}${sysconfdir}/sysconfig/





More information about the Openembedded-commits mailing list