----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129122/ -----------------------------------------------------------
(Updated Oct. 20, 2016, 7:52 a.m.) Review request for KDE Frameworks, Adriaan de Groot, Gleb Popov, Oswald Buddenhagen, and Martin Tobias Holmedahl Sandsmark. Repository: kpty Description ------- FreeBSD does not have `/usr/libexec/*/utempter`. It does however have `/usr/libexec/ulog-helper` [1]. It uses `login` instead of `add` and `logout` instead of `del`. [1] https://svnweb.freebsd.org/base/head/libexec/ulog-helper/ulog-helper.c?revision=234469&view=markup Diffs ----- cmake/FindUTEMPTER.cmake 4921e58 src/kpty.cpp 7bf31c3 Diff: https://git.reviewboard.kde.org/r/129122/diff/ Testing (updated) ------- Builds fine. And it is actually working :) Thanks, Tobias Berner