Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rsyslog: restore logrotate file
@ 2022-08-25  2:19 Goorzhel
  2022-08-26  1:59 ` [PR PATCH] [Updated] " Goorzhel
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Goorzhel @ 2022-08-25  2:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

There is a new pull request by Goorzhel against master on the void-packages repository

https://github.com/Goorzhel/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/38899

rsyslog: restore logrotate file
Mysteriously deleted in a908103f241.

This will likely affect a lot of machines. Worth an announcement (or a different way to do this)?

#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/38899.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rsyslog-38899.patch --]
[-- Type: text/x-diff, Size: 977 bytes --]

From 680ee165ddd40f7f12f308361259df82055209e6 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Mon, 22 Aug 2022 16:49:18 -0700
Subject: [PATCH] rsyslog: restore logrotate file

Mysteriously deleted in a908103f241.
---
 srcpkgs/rsyslog/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 62684029acb3..cceb1b7e3a7b 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,7 +1,7 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
 version=8.2204.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
@@ -41,6 +41,7 @@ pre_configure() {
 post_install() {
 	vsv rsyslogd
 	vconf ${FILESDIR}/rsyslog.conf
+	vinstall ${FILESDIR}/rsyslog.logrotate 644 etc/logrotate.d rsyslog
 }
 
 rsyslog-gssapi_package() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-18  2:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25  2:19 [PR PATCH] rsyslog: restore logrotate file Goorzhel
2022-08-26  1:59 ` [PR PATCH] [Updated] " Goorzhel
2022-10-19  2:18 ` [PR REVIEW] " classabbyamp
2022-10-19  2:21 ` [PR PATCH] [Updated] " Goorzhel
2023-01-18  2:00 ` rsyslog: restore logrotate file; relax musl checks github-actions
2023-01-18  2:59 ` [PR PATCH] [Closed]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).