URL: https://github.com/SSSD/sssd/pull/261 Title: #261: Add systemtap probes into the top-level data provider requests
lslebodn commented: """ @justin-stephenson. I am not sure what did you mean by last comment. Because last version works for me. ``` sh$ ./configure sh$ make V=0 -j8 sh$ make install V=0 DESTDIR=$PWD/_inst sh$ find _inst/ -name "sssd-systemtap*" ``` vs ``` sh$ ./configure --enable-systemtap sh$ make V=0 -j8 sh$ make install V=0 DESTDIR=$PWD/_inst sh$ find _inst/ -name "sssd-systemtap*" _inst/usr/local/share/man/man5/sssd-systemtap.5 ``` Could you elaborate a little bit? Maybe I overlooked something. """ See the full comment at https://github.com/SSSD/sssd/pull/261#issuecomment-327391259
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org