[arch-commits] Commit in logwatch/repos/community-any (10 files)

Sergej Pupykin spupykin at archlinux.org
Mon Sep 23 10:40:52 UTC 2019


    Date: Monday, September 23, 2019 @ 10:40:52
  Author: spupykin
Revision: 511572

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
    (from rev 511571, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
    (from rev 511571, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
    (from rev 511571, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
    (from rev 511571, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
    (from rev 511571, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---------------+
 PKGBUILD      |  126 ++++++++++++++++++++++++++++----------------------------
 cron.conf     |   20 ++++----
 maillog.conf  |   22 ++++-----
 messages.conf |   26 +++++------
 secure.conf   |   22 ++++-----
 5 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 10:38:07 UTC (rev 511571)
+++ PKGBUILD	2019-09-23 10:40:52 UTC (rev 511572)
@@ -1,63 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=logwatch
-pkgver=7.5.2
-pkgrel=5
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/"
-depends=('perl')
-optdepends=('cron'
-	    'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-	etc/logwatch/conf/ignore.conf
-	etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-	cron.conf
-	maillog.conf
-	messages.conf
-	secure.conf)
-sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
-            '41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-            '9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-            '59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-            'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-	cd "$srcdir"/$pkgname-$pkgver
-	sed \
-		-e '/BASEDIR=/d' \
-		-e '/CONFIGDIR=/d' \
-		-e '/TEMPDIR=/d' \
-		-e '/PERLEXE=/d' \
-		-e '/MANDIR=/d' \
-		-e '/ln -f -s $BASEDIR/d' \
-		-e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-		-e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-		-i install_logwatch.sh
-}
-
-package() {
-	cd "$srcdir"/$pkgname-$pkgver
-
-	install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-	export BASEDIR="$pkgdir/usr/share/logwatch"
-	export CONFIGDIR="$pkgdir/etc/logwatch"
-	export TEMPDIR="$pkgdir/var/cache/logwatch"
-	export PERLEXE="$pkgdir/usr/bin/perl"
-	export MANDIR="$pkgdir/usr/share/man"
-	echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-	ln -sf /usr/share/logwatch/scripts/logwatch.pl "$pkgdir"/usr/bin/logwatch
-	rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-
-	install -Dm0644 "$srcdir"/cron.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-	install -Dm0644 "$srcdir"/maillog.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-	install -Dm0644 "$srcdir"/messages.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-	install -Dm0644 "$srcdir"/secure.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-	install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-	install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 511571, logwatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-23 10:40:52 UTC (rev 511572)
@@ -0,0 +1,63 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=logwatch
+pkgver=7.5.2
+pkgrel=5
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="http://www.logwatch.org/"
+depends=('perl')
+optdepends=('cron'
+	    'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+	etc/logwatch/conf/ignore.conf
+	etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+	cron.conf
+	maillog.conf
+	messages.conf
+	secure.conf)
+sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
+            '41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
+            '9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
+            '59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
+            'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
+
+prepare() {
+	cd "$srcdir"/$pkgname-$pkgver
+	sed \
+		-e '/BASEDIR=/d' \
+		-e '/CONFIGDIR=/d' \
+		-e '/TEMPDIR=/d' \
+		-e '/PERLEXE=/d' \
+		-e '/MANDIR=/d' \
+		-e '/ln -f -s $BASEDIR/d' \
+		-e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
+		-e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
+		-i install_logwatch.sh
+}
+
+package() {
+	cd "$srcdir"/$pkgname-$pkgver
+
+	install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
+
+	export BASEDIR="$pkgdir/usr/share/logwatch"
+	export CONFIGDIR="$pkgdir/etc/logwatch"
+	export TEMPDIR="$pkgdir/var/cache/logwatch"
+	export PERLEXE="$pkgdir/usr/bin/perl"
+	export MANDIR="$pkgdir/usr/share/man"
+	echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
+	ln -sf /usr/share/logwatch/scripts/logwatch.pl "$pkgdir"/usr/bin/logwatch
+	rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
+
+	install -Dm0644 "$srcdir"/cron.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
+	install -Dm0644 "$srcdir"/maillog.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
+	install -Dm0644 "$srcdir"/messages.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
+	install -Dm0644 "$srcdir"/secure.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
+
+	install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
+	install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+}

Deleted: cron.conf
===================================================================
--- cron.conf	2019-09-23 10:38:07 UTC (rev 511571)
+++ cron.conf	2019-09-23 10:40:52 UTC (rev 511572)
@@ -1,10 +0,0 @@
-Archive =
-LogFile =
-LogFile = /dev/null
-
-# Facilities from /usr/include/sys/syslog.h
-# default syslog directive for cron is: cron.*
-*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=9"
-
-# copied from existing cron.conf under default.conf/logfiles directory
-*RemoveService = anacron

Copied: logwatch/repos/community-any/cron.conf (from rev 511571, logwatch/trunk/cron.conf)
===================================================================
--- cron.conf	                        (rev 0)
+++ cron.conf	2019-09-23 10:40:52 UTC (rev 511572)
@@ -0,0 +1,10 @@
+Archive =
+LogFile =
+LogFile = /dev/null
+
+# Facilities from /usr/include/sys/syslog.h
+# default syslog directive for cron is: cron.*
+*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=9"
+
+# copied from existing cron.conf under default.conf/logfiles directory
+*RemoveService = anacron

Deleted: maillog.conf
===================================================================
--- maillog.conf	2019-09-23 10:38:07 UTC (rev 511571)
+++ maillog.conf	2019-09-23 10:40:52 UTC (rev 511572)
@@ -1,11 +0,0 @@
-Archive =
-LogFile =
-LogFile = /dev/null
-
-# Facilities from /usr/include/sys/syslog.h
-# default syslog directive for maillog is: mail.*
-*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=2"
-
-# copied from existing maillog.conf under default.conf/logfiles directory
-*ExpandRepeats
-*ApplyStdDate = "%b %d %H:%M:%S "

Copied: logwatch/repos/community-any/maillog.conf (from rev 511571, logwatch/trunk/maillog.conf)
===================================================================
--- maillog.conf	                        (rev 0)
+++ maillog.conf	2019-09-23 10:40:52 UTC (rev 511572)
@@ -0,0 +1,11 @@
+Archive =
+LogFile =
+LogFile = /dev/null
+
+# Facilities from /usr/include/sys/syslog.h
+# default syslog directive for maillog is: mail.*
+*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=2"
+
+# copied from existing maillog.conf under default.conf/logfiles directory
+*ExpandRepeats
+*ApplyStdDate = "%b %d %H:%M:%S "

Deleted: messages.conf
===================================================================
--- messages.conf	2019-09-23 10:38:07 UTC (rev 511571)
+++ messages.conf	2019-09-23 10:40:52 UTC (rev 511572)
@@ -1,13 +0,0 @@
-Archive =
-LogFile =
-LogFile = /dev/null
-
-# Facilities from /usr/include/sys/syslog.h
-# default syslog directive for messages is: *.info;mail.none;authpriv.none;cron.none
-# list all facilities except mail, authpriv and cron
-*JournalCtl = "-q --no-pager -o short -p info SYSLOG_FACILITY=0 SYSLOG_FACILITY=1 SYSLOG_FACILITY=3 SYSLOG_FACILITY=4 SYSLOG_FACILITY=5 SYSLOG_FACILITY=6 SYSLOG_FACILITY=7 SYSLOG_FACILITY=8 SYSLOG_FACILITY=11 SYSLOG_FACILITY=16 SYSLOG_FACILITY=17 SYSLOG_FACILITY=18 SYSLOG_FACILITY=19 SYSLOG_FACILITY=20 SYSLOG_FACILITY=21 SYSLOG_FACILITY=22 SYSLOG_FACILITY=23"
-
-# copied from existing message.conf under default.conf/logfiles directory
-*ExpandRepeats
-*RemoveService = talkd,telnetd,inetd,nfsd,/sbin/mingetty,netscreen,NetScreen
-*ApplyStdDate = "%b %d %H:%M:%S "

Copied: logwatch/repos/community-any/messages.conf (from rev 511571, logwatch/trunk/messages.conf)
===================================================================
--- messages.conf	                        (rev 0)
+++ messages.conf	2019-09-23 10:40:52 UTC (rev 511572)
@@ -0,0 +1,13 @@
+Archive =
+LogFile =
+LogFile = /dev/null
+
+# Facilities from /usr/include/sys/syslog.h
+# default syslog directive for messages is: *.info;mail.none;authpriv.none;cron.none
+# list all facilities except mail, authpriv and cron
+*JournalCtl = "-q --no-pager -o short -p info SYSLOG_FACILITY=0 SYSLOG_FACILITY=1 SYSLOG_FACILITY=3 SYSLOG_FACILITY=4 SYSLOG_FACILITY=5 SYSLOG_FACILITY=6 SYSLOG_FACILITY=7 SYSLOG_FACILITY=8 SYSLOG_FACILITY=11 SYSLOG_FACILITY=16 SYSLOG_FACILITY=17 SYSLOG_FACILITY=18 SYSLOG_FACILITY=19 SYSLOG_FACILITY=20 SYSLOG_FACILITY=21 SYSLOG_FACILITY=22 SYSLOG_FACILITY=23"
+
+# copied from existing message.conf under default.conf/logfiles directory
+*ExpandRepeats
+*RemoveService = talkd,telnetd,inetd,nfsd,/sbin/mingetty,netscreen,NetScreen
+*ApplyStdDate = "%b %d %H:%M:%S "

Deleted: secure.conf
===================================================================
--- secure.conf	2019-09-23 10:38:07 UTC (rev 511571)
+++ secure.conf	2019-09-23 10:40:52 UTC (rev 511572)
@@ -1,11 +0,0 @@
-Archive =
-LogFile =
-LogFile = /dev/null
-
-# Facilities from /usr/include/sys/syslog.h
-# default syslog directive for secure is: authpriv.*
-*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=10"
-
-# copied from existing secure.conf under default.conf/logfiles directory
-*ExpandRepeats
-*ApplyStdDate = "%b %d %H:%M:%S "

Copied: logwatch/repos/community-any/secure.conf (from rev 511571, logwatch/trunk/secure.conf)
===================================================================
--- secure.conf	                        (rev 0)
+++ secure.conf	2019-09-23 10:40:52 UTC (rev 511572)
@@ -0,0 +1,11 @@
+Archive =
+LogFile =
+LogFile = /dev/null
+
+# Facilities from /usr/include/sys/syslog.h
+# default syslog directive for secure is: authpriv.*
+*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=10"
+
+# copied from existing secure.conf under default.conf/logfiles directory
+*ExpandRepeats
+*ApplyStdDate = "%b %d %H:%M:%S "



More information about the arch-commits mailing list