FreeBSD Bugzilla – Attachment 232374 Details for
Bug 262426
security/crowdsec: update to 1.3.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
clean up stagedir
0002-security-crowdsec-clean-up-stagedir.patch (text/plain), 999 bytes, created by
marco
on 2022-03-10 21:15:58 UTC
(
hide
)
Description:
clean up stagedir
Filename:
MIME Type:
Creator:
marco
Created:
2022-03-10 21:15:58 UTC
Size:
999 bytes
patch
obsolete
>From 605e5a30049ddc2d2a46b1bf3f45dc5752897efd Mon Sep 17 00:00:00 2001 >From: Marco Mariani <marco@crowdsec.net> >Date: Thu, 10 Mar 2022 22:11:16 +0100 >Subject: [PATCH 2/2] security/crowdsec: clean up stagedir > >--- > security/crowdsec/Makefile | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > >diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile >index a6282642907b..043a21172b78 100644 >--- a/security/crowdsec/Makefile >+++ b/security/crowdsec/Makefile >@@ -126,9 +126,15 @@ do-install: > @${MKDIR} ${STAGEDIR}/var/db/crowdsec/data > > # >- # Log rotation >+ # Cleanup > # > >- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >- >+ @rm ${STAGEDIR}${ETCDIR}/crowdsec.service >+ @rm ${STAGEDIR}${ETCDIR}/dev.yaml >+ @rm ${STAGEDIR}${ETCDIR}/user.yaml >+ @rmdir ${STAGEDIR}${ETCDIR}/notifications/email >+ @rmdir ${STAGEDIR}${ETCDIR}/notifications/http >+ @rmdir ${STAGEDIR}${ETCDIR}/notifications/slack >+ @rmdir ${STAGEDIR}${ETCDIR}/notifications/splunk >+ > .include <bsd.port.mk> >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
marco:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 262426
:
232327
|
232374
|
232382