From: Jonathan GUILLOT Date: Thu, 22 Aug 2024 15:24:49 +0000 (+0200) Subject: cronie: add inotify PACKAGECONFIG option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f6bf3c4208178cd670eeb61d8428373c7d1285f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cronie: add inotify PACKAGECONFIG option By default, cronie inspects crontab modtimes every minute to check for modications avoiding server restart for them to be taken in account. The inotify option allows the server to use this mechanism to be directly notified when a crontab is modified. Signed-off-by: Jonathan GUILLOT Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/cronie/cronie_1.7.2.bb b/meta/recipes-extended/cronie/cronie_1.7.2.bb index e4711fa31ca..496ca39fd71 100644 --- a/meta/recipes-extended/cronie/cronie_1.7.2.bb +++ b/meta/recipes-extended/cronie/cronie_1.7.2.bb @@ -36,6 +36,7 @@ PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit," PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,${PAM_DEPS}" PACKAGECONFIG[anacron] = "--enable-anacron,--disable-anacron,anacron" PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" +PACKAGECONFIG[inotify] = "--with-inotify,--without-inotify," INITSCRIPT_NAME = "crond" INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ."