email plugin: Change owner and mode of the UNIX socket if possible.
authorSebastian Harl <sh@tokkee.org>
Thu, 30 Nov 2006 11:02:10 +0000 (12:02 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 2 Dec 2006 17:02:43 +0000 (18:02 +0100)
commit8389947b881b59af994a9b6c8af706446edb25f2
treeb1e3cfb0c524b4f610b1ccc1a3ea548ea42b6fc7
parentbd119c69bf481afbda804cdd422e9ba8e855bccf
email plugin: Change owner and mode of the UNIX socket if possible.

Set the owner and mode to COLLECTD_GRP_NAME (defaulting to "collectd") and 0770
respectively. A couple of different daemons running as different users might
want to connect to it.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
configure.in
src/collectd.h
src/email.c