From e1acf47244aa6ac6d8151f81bc19cf2fe5ce362d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 23 Jul 2007 12:25:04 +0000 Subject: added warning for other coders --- syslogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index e8fde594..8d8f4f34 100644 --- a/syslogd.c +++ b/syslogd.c @@ -6122,7 +6122,10 @@ static void mainloop(void) } /* If user is not root, prints warnings or even exits - * TODO: check all dynafiles for write permission */ + * TODO: check all dynafiles for write permission + * ... but it is probably better to wait here until we have + * a module interface - rgerhards, 2007-07-23 + */ static void checkPermissions() { /* we are not root */ -- cgit