From 9bbea12e0592530349c0b07669430186cfeed5a1 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 18 Apr 2012 08:55:50 +0200 Subject: [PATCH] daemon: Also exclude "at" user --- src/daemon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon.c b/src/daemon.c index d186ab6..0103632 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -79,6 +79,7 @@ static const char *default_excludes[] = { "ftp", "games", "man", + "at", NULL }; -- 1.7.9.2