Github messages for voidlinux
 help / color / mirror / Atom feed
From: NeelChotai <NeelChotai@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] iwd: fix output sent to tty1
Date: Sun, 26 Apr 2020 18:47:58 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21353@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-04-26 16:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 16:47 NeelChotai [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21353@inbox.vuxu.org \
    --to=neelchotai@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).