Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iwd: fix output sent to tty1
@ 2020-04-26 16:47 NeelChotai
  2020-04-27 15:00 ` sgn
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: NeelChotai @ 2020-04-26 16:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NeelChotai/void-packages iwd-fix
https://github.com/void-linux/void-packages/pull/21353

iwd: fix output sent to tty1


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

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

From 679b21198547077e57ca9c7575a473e49ebeb6fa Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Sun, 26 Apr 2020 17:47:26 +0100
Subject: [PATCH] iwd: fix output sent to tty1

---
 srcpkgs/iwd/files/iwd/run | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/iwd/files/iwd/run b/srcpkgs/iwd/files/iwd/run
index b7d22b7f9e4..311df3d708d 100755
--- a/srcpkgs/iwd/files/iwd/run
+++ b/srcpkgs/iwd/files/iwd/run
@@ -1,4 +1,3 @@
 #!/bin/sh
 [ -r ./conf ] && . ./conf
-exec 2>&1
-exec /usr/libexec/iwd ${OPTS}
+exec /usr/libexec/iwd ${OPTS} > /dev/null 2>&1

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

end of thread, other threads:[~2020-06-01 21:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 16:47 [PR PATCH] iwd: fix output sent to tty1 NeelChotai
2020-04-27 15:00 ` sgn
2020-04-27 23:49 ` [PR PATCH] [Updated] " NeelChotai
2020-04-28  0:07 ` NeelChotai
2020-04-29  0:44 ` ericonr
2020-04-29  1:10 ` travankor
2020-04-29  1:25 ` [PR PATCH] [Updated] " NeelChotai
2020-05-26  8:23 ` travankor
2020-05-26 11:41 ` sgn
2020-06-01 21:41 ` NeelChotai

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