summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-10-28 19:28:58 +0100
committerspamd-stats <spamd-stats@vm-mail.spline.inf.fu-berlin.de>2015-10-28 19:28:58 +0100
commit1805b2baa46bdbc68717432fdf24594ad7c72ffd (patch)
tree131c037acee0fff7fb608468bf2187e3e5e662cd /Makefile
parent1731ff56f6337e28d5575954433d472804d46f45 (diff)
downloadspamd-stats-1805b2baa46bdbc68717432fdf24594ad7c72ffd.tar.gz
spamd-stats-1805b2baa46bdbc68717432fdf24594ad7c72ffd.tar.bz2
spamd-stats-1805b2baa46bdbc68717432fdf24594ad7c72ffd.zip
contrib/log-wrapper: Add simple log-wrapper
syslog-ng executes the program destinations as root, so we need a simple wrapper to use the correct user.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a82841e..6d53072 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,5 @@ install:
install --mode=755 server.pl $(BINDIR)/server
install --mode=755 log.pl $(BINDIR)/log
install --mode=755 stats.pl $(BINDIR)/stats
+ install --mode=755 contrib/log-wrapper $(BINDIR)/log-wrapper
install --mode=755 contrib/server.init $(INITDIR)/server