CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/16 08:47:04
Modified files:
libexec/spamlogd: spamlogd.c
Log message:
- Check if user running spamlogd(8) has root privileges and if not then stop
program early
- #define SPAMD_USER "_spamd" and use it on getpwnam(3) call
- Set usage() as __dead void
- Remove lint-style comments
OK beck@
