From d742c6275db67346dda4e84ec39dccbb1bea7300 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 16:57:06 +0000 Subject: [PATCH] suricata: fix conf_files pattern --- srcpkgs/suricata/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/suricata/template b/srcpkgs/suricata/template index f96264178c..776849fcbc 100644 --- a/srcpkgs/suricata/template +++ b/srcpkgs/suricata/template @@ -16,7 +16,7 @@ checksum="0e0b0cf49016804bb2fb1fc4327341617e76a67902f4e03e0ef6d16c1d7d3994 4f9f657f04b41d34e30c8995dc0897a604d6148130b972cca055f1954740d4c4" system_accounts="$pkgname" -conf_files="/etc/$pkgname/* /etc/$pkgname/rules/*" +conf_files="/etc/$pkgname/*.* /etc/$pkgname/rules/*" post_build() { sed -i 's|#run-as:|run-as:|g' $pkgname.yaml