search for: nincludedir

Displaying 5 results from an estimated 5 matches for "nincludedir".

Did you mean: includedir
2018 Jun 18
2
Updated krb5 rpm package altered existing krb5.conf - No go
...this behavior. > > # rpm -qa krb\* --triggers > triggerun scriptlet (using /bin/sh) -- krb5-libs < 1.15.1-13 > if ! grep -q 'includedir /etc/krb5.conf.d' /etc/krb5.conf ; then > sed -i '1i # Other applications require this directory to perform krb5 configuration.\nincludedir /etc/krb5.conf.d/\n' /etc/krb5.conf > fi > > > Looks like that's the culprit. Good to know, but writing a rpmnew or rpmsave file would be nice to check against the life used file. The samba people are aware of that problem regarding the include line and are working on a pat...
2018 Jun 14
2
Updated krb5 rpm package altered existing krb5.conf - No go
On Thu, 14 Jun 2018, Richard Grainger wrote: > On Wed, Jun 13, 2018 at 6:56 PM G?tz Reinicke > <goetz.reinicke at filmakademie.de> wrote: > >> /etc/krb5.conf >> > I looked at the spec file in the source RPM for the krb5-libs package > and it it has the correct %config(noreplace) directive next to that > file in the %files section, so this is mysterious. I too
2018 Jun 14
0
Updated krb5 rpm package altered existing krb5.conf - No go
...> I too can confirm this behavior. # rpm -qa krb\* --triggers triggerun scriptlet (using /bin/sh) -- krb5-libs < 1.15.1-13 if ! grep -q 'includedir /etc/krb5.conf.d' /etc/krb5.conf ; then ??? sed -i '1i # Other applications require this directory to perform krb5 configuration.\nincludedir /etc/krb5.conf.d/\n' /etc/krb5.conf fi Looks like that's the culprit.
2018 Jun 18
0
Updated krb5 rpm package altered existing krb5.conf - No go
...;> >> # rpm -qa krb\* --triggers >> triggerun scriptlet (using /bin/sh) -- krb5-libs < 1.15.1-13 >> if ! grep -q 'includedir /etc/krb5.conf.d' /etc/krb5.conf ; then >> sed -i '1i # Other applications require this directory to perform krb5 configuration.\nincludedir /etc/krb5.conf.d/\n' /etc/krb5.conf >> fi >> >> >> Looks like that's the culprit. > > > Good to know, but writing a rpmnew or rpmsave file would be nice to check against the life used file. Agreed! IMO this is a packaging bug. Triggers do not drop rpmsave f...
2018 Jun 25
0
NetworkManager updating resolv.cfg
...rb\* --triggers >>> triggerun scriptlet (using /bin/sh) -- krb5-libs < 1.15.1-13 if ! >>> grep -q 'includedir /etc/krb5.conf.d' /etc/krb5.conf ; then >>> sed -i '1i # Other applications require this directory to perform >>> krb5 configuration.\nincludedir /etc/krb5.conf.d/\n' /etc/krb5.conf >>> fi >>> >>> >>> Looks like that's the culprit. >> >> >> Good to know, but writing a rpmnew or rpmsave file would be nice to check against the life used file. > > Agreed! IMO this is a pa...