[arch-commits] Commit in logwatch/trunk (5 files)
Sergej Pupykin
spupykin at archlinux.org
Thu Sep 19 18:39:07 UTC 2019
Date: Thursday, September 19, 2019 @ 18:39:07
Author: spupykin
Revision: 511183
upgpkg: logwatch 7.5.2-4
Modified:
logwatch/trunk/PKGBUILD
logwatch/trunk/cron.conf
logwatch/trunk/maillog.conf
logwatch/trunk/messages.conf
logwatch/trunk/secure.conf
---------------+
PKGBUILD | 10 +++++-----
cron.conf | 2 +-
maillog.conf | 2 +-
messages.conf | 2 +-
secure.conf | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-19 14:22:46 UTC (rev 511182)
+++ PKGBUILD 2019-09-19 18:39:07 UTC (rev 511183)
@@ -3,7 +3,7 @@
pkgname=logwatch
pkgver=7.5.2
-pkgrel=3
+pkgrel=4
arch=('any')
pkgdesc="Logwatch is a customizable log analysis system."
url="http://www.logwatch.org/"
@@ -20,10 +20,10 @@
messages.conf
secure.conf)
sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
- '51eb6b6f71fe65f35cc74b49db55e64790c50558309313adbab4945a23bf3d97'
- 'b1f273b094914702c790301eb045161229d0c2c6c74053dece832d6eeaaaf800'
- 'ed6b9bdf5be279f5301373b339025cdfc0efe7519936072a0e594c314226b24f'
- '90ad32fce13269690731ceafd0ed4bb45512740fa97fc7cf66fcb9a3263219b5')
+ '41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
+ '9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
+ '59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
+ 'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
package() {
cd "$srcdir"/$pkgname-$pkgver
Modified: cron.conf
===================================================================
--- cron.conf 2019-09-19 14:22:46 UTC (rev 511182)
+++ cron.conf 2019-09-19 18:39:07 UTC (rev 511183)
@@ -1,6 +1,6 @@
Archive =
LogFile =
-LogFile = emptylog
+LogFile = /dev/null
# Facilities from /usr/include/sys/syslog.h
# default syslog directive for cron is: cron.*
Modified: maillog.conf
===================================================================
--- maillog.conf 2019-09-19 14:22:46 UTC (rev 511182)
+++ maillog.conf 2019-09-19 18:39:07 UTC (rev 511183)
@@ -1,6 +1,6 @@
Archive =
LogFile =
-LogFile = emptylog
+LogFile = /dev/null
# Facilities from /usr/include/sys/syslog.h
# default syslog directive for maillog is: mail.*
Modified: messages.conf
===================================================================
--- messages.conf 2019-09-19 14:22:46 UTC (rev 511182)
+++ messages.conf 2019-09-19 18:39:07 UTC (rev 511183)
@@ -1,6 +1,6 @@
Archive =
LogFile =
-LogFile = emptylog
+LogFile = /dev/null
# Facilities from /usr/include/sys/syslog.h
# default syslog directive for messages is: *.info;mail.none;authpriv.none;cron.none
Modified: secure.conf
===================================================================
--- secure.conf 2019-09-19 14:22:46 UTC (rev 511182)
+++ secure.conf 2019-09-19 18:39:07 UTC (rev 511183)
@@ -1,6 +1,6 @@
Archive =
LogFile =
-LogFile = emptylog
+LogFile = /dev/null
# Facilities from /usr/include/sys/syslog.h
# default syslog directive for secure is: authpriv.*
More information about the arch-commits
mailing list