From dd762ff83c330186ee2ede002e08b2f780cddd51 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 14 Jul 2019 11:04:34 +0100 Subject: gentoo resync : 14.07.2019 --- net-analyzer/vnstat/files/vnstat-1.17-conf.patch | 15 --------------- net-analyzer/vnstat/files/vnstat-1.17-drop-root.patch | 15 --------------- net-analyzer/vnstat/files/vnstat-1.17-run.patch | 11 ----------- 3 files changed, 41 deletions(-) delete mode 100644 net-analyzer/vnstat/files/vnstat-1.17-conf.patch delete mode 100644 net-analyzer/vnstat/files/vnstat-1.17-drop-root.patch delete mode 100644 net-analyzer/vnstat/files/vnstat-1.17-run.patch (limited to 'net-analyzer/vnstat/files') diff --git a/net-analyzer/vnstat/files/vnstat-1.17-conf.patch b/net-analyzer/vnstat/files/vnstat-1.17-conf.patch deleted file mode 100644 index 5bcbdafb2a74..000000000000 --- a/net-analyzer/vnstat/files/vnstat-1.17-conf.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/cfg/vnstat.conf -+++ b/cfg/vnstat.conf -@@ -115,10 +115,10 @@ - UpdateFileOwner 1 - - # file used for logging if UseLogging is set to 1 --LogFile "/var/log/vnstat/vnstat.log" -+LogFile "/var/log/vnstat/vnstatd.log" - - # file used as daemon pid / lock file --PidFile "/var/run/vnstat/vnstat.pid" -+PidFile "/run/vnstat/vnstatd/vnstatd.pid" - - - # vnstati diff --git a/net-analyzer/vnstat/files/vnstat-1.17-drop-root.patch b/net-analyzer/vnstat/files/vnstat-1.17-drop-root.patch deleted file mode 100644 index c0446c3b3410..000000000000 --- a/net-analyzer/vnstat/files/vnstat-1.17-drop-root.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/cfg/vnstat.conf -+++ b/cfg/vnstat.conf -@@ -81,10 +81,10 @@ - ## - - # switch to given user when started as root (leave empty to disable) --DaemonUser "" -+DaemonUser "vnstat" - - # switch to given user when started as root (leave empty to disable) --DaemonGroup "" -+DaemonGroup "vnstat" - - # how often (in seconds) interface data is updated - UpdateInterval 30 diff --git a/net-analyzer/vnstat/files/vnstat-1.17-run.patch b/net-analyzer/vnstat/files/vnstat-1.17-run.patch deleted file mode 100644 index 4afe449ceed3..000000000000 --- a/net-analyzer/vnstat/files/vnstat-1.17-run.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/common.h -+++ b/src/common.h -@@ -198,7 +198,7 @@ - #define CREATEDIRS 1 - #define UPDATEFILEOWNER 1 - #define LOGFILE "/var/log/vnstat/vnstat.log" --#define PIDFILE "/var/run/vnstat/vnstat.pid" -+#define PIDFILE "/run/vnstat/vnstat.pid" - - /* no transparency by default */ - #define TRANSBG 0 -- cgit v1.2.3