Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] metalog: fix bleeding logs onto tty1
@ 2023-08-21  8:47 shahab-vahedi
  2023-08-21 11:46 ` [PR PATCH] [Updated] " shahab-vahedi
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: shahab-vahedi @ 2023-08-21  8:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shahab-vahedi/void-packages fix-metalog-bleeding
https://github.com/void-linux/void-packages/pull/45700

metalog: fix bleeding logs onto tty1
This fixes issue #45653 [1].

[1]
https://github.com/void-linux/void-packages/issues/45653

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

#### Local build testing
- I built this PR locally for my native architecture: x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-metalog-bleeding-45700.patch --]
[-- Type: text/x-diff, Size: 1165 bytes --]

From dd818adeb1091a0fc72bd217d09cbdba809b4597 Mon Sep 17 00:00:00 2001
From: Shahab Vahedi <16524902+shahab-vahedi@users.noreply.github.com>
Date: Mon, 21 Aug 2023 10:41:28 +0200
Subject: [PATCH] metalog: fix bleeding logs onto tty1

This fixes issue #45653 [1].

[1]
https://github.com/void-linux/void-packages/issues/45653
---
 srcpkgs/metalog/files/metalog/run | 1 -
 srcpkgs/metalog/template          | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/metalog/files/metalog/run b/srcpkgs/metalog/files/metalog/run
index 5b7ff14eba605..0f801d171017e 100755
--- a/srcpkgs/metalog/files/metalog/run
+++ b/srcpkgs/metalog/files/metalog/run
@@ -1,5 +1,4 @@
 #!/bin/sh
-exec 2>&1
 exec 1>&2
 [ -r conf ] && . ./conf
 exec metalog ${OPTS=-v}
diff --git a/srcpkgs/metalog/template b/srcpkgs/metalog/template
index 1f1a4c5c9496f..ed5e4435a6213 100644
--- a/srcpkgs/metalog/template
+++ b/srcpkgs/metalog/template
@@ -1,7 +1,7 @@
 # Template file for 'metalog'
 pkgname=metalog
 version=20230719
-revision=1
+revision=2
 build_style=gnu-configure
 conf_files="/etc/metalog.conf"
 hostmakedepends="autoconf autoconf-archive automake pkg-config"

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

end of thread, other threads:[~2023-08-31 14:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-21  8:47 [PR PATCH] metalog: fix bleeding logs onto tty1 shahab-vahedi
2023-08-21 11:46 ` [PR PATCH] [Updated] " shahab-vahedi
2023-08-21 15:36 ` aryandb
2023-08-21 15:39 ` aryandb
2023-08-21 15:45 ` Duncaen
2023-08-21 18:15 ` shahab-vahedi
2023-08-21 18:26 ` Duncaen
2023-08-21 18:32 ` shahab-vahedi
2023-08-21 18:34 ` [PR PATCH] [Updated] " shahab-vahedi
2023-08-21 18:34 ` shahab-vahedi
2023-08-21 18:45 ` Duncaen
2023-08-21 18:47 ` Duncaen
2023-08-21 19:01 ` aryandb
2023-08-21 19:50 ` [PR PATCH] [Updated] " shahab-vahedi
2023-08-21 19:51 ` shahab-vahedi
2023-08-26 20:21 ` shahab-vahedi
2023-08-31 11:57 ` shahab-vahedi
2023-08-31 14:09 ` [PR PATCH] [Merged]: " Duncaen

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).