Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: dhcpcd: update to 10.0.6, adopt
Date: Fri, 23 Feb 2024 22:15:27 +0100	[thread overview]
Message-ID: <20240223211527.B6010258BB@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48181@inbox.vuxu.org>

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/48181#issuecomment-1961998753

Comment:
is it correct to have both `2>&1` and `1>&2` in the service?
```
$ cat /etc/sv/dhcpcd/run 
#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec dhcpcd -B ${OPTS:=-M} 1>&2
```

  reply	other threads:[~2024-02-23 21:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12 11:00 [PR PATCH] " realcharmer
2024-02-23 21:15 ` dkwo [this message]
2024-03-01 15:02 ` ahesford
2024-03-01 15:25 ` [PR PATCH] [Updated] " ahesford
2024-03-05  6:47 ` dhcpcd: update to 10.0.6 realcharmer

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=20240223211527.B6010258BB@inbox.vuxu.org \
    --to=dkwo@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).