chiark / gitweb /
meson: warn if nobody-user and nobody-group are set to different name
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 7 Dec 2017 08:19:11 +0000 (17:19 +0900)
committerSven Eden <yamakuzure@gmx.net>
Thu, 7 Dec 2017 08:19:11 +0000 (17:19 +0900)
commit6127cd6d35dde7340a6a3cbf2d2cc463431646ab
tree4e2005a9e160b68acf23fb5cb815635eee865742
parent031062630bcd2ea35cf0835c669ab1c1d5fecb75
meson: warn if nobody-user and nobody-group are set to different name

It may work, but is very strange. So, let's warn about that.

v2:
Debian uses nobody and nogroup. Do not warn such case.