History log of /sssd/src/external/service.m4
Revision Date Author Comments Expand
a3cf63eab87fc34bd871c7bab0676c3a06558011 14-Oct-2016 Jakub Hrozek <jhrozek@redhat.com>

BUILD: Not having /sbin/service is not fatal If the target platform does not have the service executable, we must not fail the build, but proceed, just disabling the functionality in sssctl. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

b7b92bafe759854ad05038f1d48a69e358a7ccbf 14-Oct-2016 Jakub Hrozek <jhrozek@redhat.com>

BUILD: Only search for service in /sbin and /usr/sbin The shell is executed for invocation of the service binary. Therefore it is better to search the binary only in safe paths. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

0c1b38d1a86460a638fa0d97099a6eba10cfccf0 11-Oct-2016 Jakub Hrozek <jhrozek@redhat.com>

BUILD: Detect the path of the "service" executable Reviewed-by: Pavel Březina <pbrezina@redhat.com>