summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-10-28 18:50:43 +0100
committerspamd-stats <spamd-stats@vm-mail.spline.inf.fu-berlin.de>2015-10-28 19:03:50 +0100
commitca3f250055b35cd3f939b00ec7259862b2d19385 (patch)
tree876f73fa93b49f63c3641de956caf7561b32ab80 /Makefile
parenta7c9ffae3a723bb38eb5badcbcf9f674544a34fa (diff)
downloadspamd-stats-ca3f250055b35cd3f939b00ec7259862b2d19385.tar.gz
spamd-stats-ca3f250055b35cd3f939b00ec7259862b2d19385.tar.bz2
spamd-stats-ca3f250055b35cd3f939b00ec7259862b2d19385.zip
server.init: Add initscript for spline-startup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 958e8b4..be2a472 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
PREFIX:=$(HOME)
BINDIR=$(PREFIX)/bin
+INITDIR=$(PREFIX)/etc/rc.d
install:
- install -d $(BINDIR)
+ install -d $(BINDIR) $(INITDIR)
install --mode=755 server.pl $(BINDIR)/server
install --mode=755 log.pl $(BINDIR)/log
install --mode=755 stats.pl $(BINDIR)/stats
+ install --mode=755 server.init $(INITDIR)/server