summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5000038..a41d96d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ LDLIBS = -ltls
 
 BINS = calico pounce
 MANS = ${BINS:=.1}
-RCS = ${BINS:%=rc.d/%}
+RCS  = ${BINS:%=rc.d/%}
+DIRS = ${ETCDIR}/pounce /var/run/calico
 
 -include config.mk
 
@@ -43,11 +44,13 @@ install: ${BINS} ${MANS} ${RCS}
 	install ${BINS} ${PREFIX}/bin
 	install -m 644 ${MANS} ${MANDIR}/man1
 	install ${RCS} ${ETCDIR}/rc.d
+	install -d -m 700 ${DIRS}
 
 uninstall:
 	rm -f ${BINS:%=${PREFIX}/bin/%}
 	rm -f ${MANS:%=${MANDIR}/man1/%}
 	rm -f ${RCS:%=${ETCDIR}/%}
+	rmdir ${DIRS}
 
 localhost.crt:
 	printf "[dn]\nCN=localhost\n[req]\ndistinguished_name=dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth" \
hover-highlight'> Since we don't use ranking functions and I don't see them being useful, there is no point in having columnsize, which just takes extra space in the database. In my database of approximately 3.5 million events, disabling columnsize saves about 62 MB. The migration unfortunately has to rebuild the entire index to disable it. 2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe 2020-01-12Add Linux.mkJune McEnroe 2020-01-11Fix unscoop dedup window syntaxJune McEnroe 2020-01-11Bump busy timeout to 10sJune McEnroe