series merged. thanks
On 6/15/21 1:50 AM, [email protected] wrote: > From: Kai Kang <[email protected]> > > /var/run is deprecated and set pid path with /run to store pid files for > the SSSD. > > Signed-off-by: Kai Kang <[email protected]> > --- > recipes-security/sssd/sssd_2.5.0.bb | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/recipes-security/sssd/sssd_2.5.0.bb > b/recipes-security/sssd/sssd_2.5.0.bb > index 4c92519..c699527 100644 > --- a/recipes-security/sssd/sssd_2.5.0.bb > +++ b/recipes-security/sssd/sssd_2.5.0.bb > @@ -63,6 +63,7 @@ EXTRA_OECONF += " \ > --without-python2-bindings \ > --without-secrets \ > --with-xml-catalog-path=${STAGING_ETCDIR_NATIVE}/xml/catalog \ > + --with-pid-path=/run \ > " > > do_configure_prepend() { > @@ -88,8 +89,8 @@ do_install () { > echo "d /var/log/sssd 0750 - - - -" > > ${D}${sysconfdir}/tmpfiles.d/sss.conf > fi > > - # Remove /var/run as it is created on startup > - rm -rf ${D}${localstatedir}/run > + # Remove /run as it is created on startup > + rm -rf ${D}/run > > rm -f ${D}${systemd_system_unitdir}/sssd-secrets.* > }
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53924): https://lists.yoctoproject.org/g/yocto/message/53924 Mute This Topic: https://lists.yoctoproject.org/mt/83551538/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
