From 64459f1b5de87c1d291a81dc2a0bc597cd0802cf Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 23 Jun 2014 22:13:24 +0200 Subject: [PATCH 1/3] Replace syslog templates-custom with rsyslog.conf fragment --- root/etc/e-smith/templates/etc/rsyslog.conf/45smbAudit | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 root/etc/e-smith/templates/etc/rsyslog.conf/45smbAudit diff --git a/root/etc/e-smith/templates/etc/rsyslog.conf/45smbAudit b/root/etc/e-smith/templates/etc/rsyslog.conf/45smbAudit new file mode 100644 index 0000000..4ce282e --- /dev/null +++ b/root/etc/e-smith/templates/etc/rsyslog.conf/45smbAudit @@ -0,0 +1,3 @@ +local5.notice /var/log/smb_audit.log +local5.notice ~ + From 36eb420fff172fdf8677602b86caf48a5d9aa396 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 23 Jun 2014 23:06:06 +0200 Subject: [PATCH 2/3] Remove syslog templates-custom --- root/etc/e-smith/templates-custom/etc/syslog.conf/local5 | 2 -- root/etc/e-smith/templates-custom/etc/syslog.conf/local5.notice | 1 - 2 files changed, 3 deletions(-) delete mode 100644 root/etc/e-smith/templates-custom/etc/syslog.conf/local5 delete mode 100644 root/etc/e-smith/templates-custom/etc/syslog.conf/local5.notice diff --git a/root/etc/e-smith/templates-custom/etc/syslog.conf/local5 b/root/etc/e-smith/templates-custom/etc/syslog.conf/local5 deleted file mode 100644 index 644a1b3..0000000 --- a/root/etc/e-smith/templates-custom/etc/syslog.conf/local5 +++ /dev/null @@ -1,2 +0,0 @@ -local5.=notice -/var/log/smb_audit.log -local5.*;local5.!=notice -{ "${messages}" } diff --git a/root/etc/e-smith/templates-custom/etc/syslog.conf/local5.notice b/root/etc/e-smith/templates-custom/etc/syslog.conf/local5.notice deleted file mode 100644 index a01fe63..0000000 --- a/root/etc/e-smith/templates-custom/etc/syslog.conf/local5.notice +++ /dev/null @@ -1 +0,0 @@ -# Disable default samba logging, we log into /var/log/smb_audit.log From c44af7780b9cea95aa04b88cb33f3cf5948d70df Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 23 Jun 2014 23:06:37 +0200 Subject: [PATCH 3/3] Spec file update --- ipasserelle-base.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ipasserelle-base.spec b/ipasserelle-base.spec index b0c0595..f1b170f 100644 --- a/ipasserelle-base.spec +++ b/ipasserelle-base.spec @@ -1,4 +1,4 @@ -%define version 0.2.44 +%define version 0.2.45 %define release 1 %define name ipasserelle-base @@ -48,6 +48,9 @@ Based on SMEServer, iPasserelle is a specially configured SME Server, with some additionnal modules %changelog +* Mon Jun 23 2014 Daniel Berteaud 0.2.45-1 +- Replace syslog templates-custom with rsyslog fragment + * Fri Mar 21 2014 Daniel Berteaud 0.2.44-1 - Fix AllowedRemoteIP (SPF Whitelist)