[pve-devel] [PATCH cluster 5/6] buildsys: remove traces from unused rsyslog config

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Nov 13 12:28:42 CET 2017


does not get included in package since a long time, if ever, and has
no purpose currently.

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 debian/pve-rsyslog.conf | 3 ---
 debian/rules            | 3 ---
 2 files changed, 6 deletions(-)
 delete mode 100644 debian/pve-rsyslog.conf

diff --git a/debian/pve-rsyslog.conf b/debian/pve-rsyslog.conf
deleted file mode 100644
index 2d6e173..0000000
--- a/debian/pve-rsyslog.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-# on Proxmox VE we need to store the <%PRI%>
-$template PVE2fmt,"%TIMESTAMP% %syslogseverity% %HOSTNAME% %syslogtag%%msg%\n"
-$ActionFileDefaultTemplate PVE2fmt
diff --git a/debian/rules b/debian/rules
index ed17ae4..5358206 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,6 @@ override_dh_install:
 
 	dh_install
 
-	# we do not install this, because we don't want to break
-	# existing tools which parse syslog entries
-	#install -m 0644 -D debian/pve-rsyslog.conf debian/pve-cluster/etc/rsyslog.d/pve-rsyslog.conf
 	install -m 0644 -D debian/sysctl.conf debian/pve-cluster/etc/sysctl.d/pve.conf
 
 override_dh_installinit:
-- 
2.11.0





More information about the pve-devel mailing list