View | Details | Raw Unified | Return to bug 262426 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/crowdsec/Makefile (-4 / +9 lines)
Lines 126-134 do-install: Link Here
126
	@${MKDIR} ${STAGEDIR}/var/db/crowdsec/data
126
	@${MKDIR} ${STAGEDIR}/var/db/crowdsec/data
127
127
128
	#
128
	#
129
	# Log rotation
129
	# Cleanup
130
	#
130
	#
131
131
132
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
132
	@rm ${STAGEDIR}${ETCDIR}/crowdsec.service
133
	
133
	@rm ${STAGEDIR}${ETCDIR}/dev.yaml
134
	@rm ${STAGEDIR}${ETCDIR}/user.yaml
135
	@rmdir ${STAGEDIR}${ETCDIR}/notifications/email
136
	@rmdir ${STAGEDIR}${ETCDIR}/notifications/http
137
	@rmdir ${STAGEDIR}${ETCDIR}/notifications/slack
138
	@rmdir ${STAGEDIR}${ETCDIR}/notifications/splunk
139
134
.include <bsd.port.mk>
140
.include <bsd.port.mk>
135
- 

Return to bug 262426