summaryrefslogtreecommitdiff
path: root/net-analyzer/vnstat/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-07-14 11:04:34 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-07-14 11:04:34 +0100
commitdd762ff83c330186ee2ede002e08b2f780cddd51 (patch)
tree63198edcc3ad5df8e2566c28ff9bd8af50cc2174 /net-analyzer/vnstat/files
parent51af5f0eb4cddbe6aa7953717873691d77aae9ff (diff)
gentoo resync : 14.07.2019
Diffstat (limited to 'net-analyzer/vnstat/files')
-rw-r--r--net-analyzer/vnstat/files/vnstat-1.17-conf.patch15
-rw-r--r--net-analyzer/vnstat/files/vnstat-1.17-drop-root.patch15
-rw-r--r--net-analyzer/vnstat/files/vnstat-1.17-run.patch11
3 files changed, 0 insertions, 41 deletions
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