Github messages for voidlinux
 help / color / mirror / Atom feed
From: marmeladema <marmeladema@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Enable logger for thermald
Date: Wed, 27 Jul 2022 15:46:04 +0200	[thread overview]
Message-ID: <20220727134604._ZjfcltvBbezXgB9Vozk6kBhQJk-3rhTQVHyr6-XARI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38308@inbox.vuxu.org>

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

There is an updated pull request by marmeladema against master on the void-packages repository

https://github.com/marmeladema/void-packages thermald-logger
https://github.com/void-linux/void-packages/pull/38308

Enable logger for thermald
#### Testing the changes
- I tested the changes in this PR: **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 416fa61469ac7dc3fa87454696a173f87f91fa6f Mon Sep 17 00:00:00 2001
From: marmeladema <xademax@gmail.com>
Date: Wed, 27 Jul 2022 13:41:51 +0000
Subject: [PATCH] Enable logger for thermald

---
 srcpkgs/thermald/files/thermald/log/run | 1 +
 srcpkgs/thermald/files/thermald/run     | 2 +-
 srcpkgs/thermald/template               | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
 create mode 120000 srcpkgs/thermald/files/thermald/log/run

diff --git a/srcpkgs/thermald/files/thermald/log/run b/srcpkgs/thermald/files/thermald/log/run
new file mode 120000
index 000000000000..3a5b4a586051
--- /dev/null
+++ b/srcpkgs/thermald/files/thermald/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/thermald/files/thermald/run b/srcpkgs/thermald/files/thermald/run
index 4df7dd4eeb23..de5b6d5c3e1e 100644
--- a/srcpkgs/thermald/files/thermald/run
+++ b/srcpkgs/thermald/files/thermald/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 sv check dbus >/dev/null || exit 1
-exec thermald --no-daemon --dbus-enable 1>&2
+exec thermald --no-daemon --dbus-enable 2>&1
diff --git a/srcpkgs/thermald/template b/srcpkgs/thermald/template
index 633a5a498121..277ca8fc853b 100644
--- a/srcpkgs/thermald/template
+++ b/srcpkgs/thermald/template
@@ -1,7 +1,7 @@
 # Template file for 'thermald'
 pkgname=thermald
 version=2.4.9
-revision=1
+revision=2
 _pkgname=thermal_daemon
 archs="i686* x86_64*"
 wrksrc="${_pkgname}-${version}"

  reply	other threads:[~2022-07-27 13:46 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-27 13:43 [PR PATCH] " marmeladema
2022-07-27 13:46 ` marmeladema [this message]
2022-07-27 13:46 ` abenson
2022-07-27 13:46 ` [PR PATCH] [Updated] " marmeladema
2022-07-27 13:46 ` marmeladema
2022-07-27 14:13 ` thermald: enable logger abenson
2022-07-27 14:16 ` [PR PATCH] [Updated] " marmeladema
2022-07-27 16:36 ` marmeladema
2022-07-27 16:41 ` paper42
2022-07-27 16:42 ` abenson
2022-07-30  9:24 ` [PR PATCH] [Updated] " marmeladema
2022-07-30  9:28 ` marmeladema
2022-07-30  9:33 ` marmeladema
2022-07-31 22:14 ` [PR REVIEW] " classabbyamp
2022-07-31 22:14 ` classabbyamp
2022-07-31 22:14 ` classabbyamp
2022-07-31 23:06 ` marmeladema
2022-07-31 23:06 ` marmeladema
2022-07-31 23:10 ` classabbyamp
2022-07-31 23:10 ` classabbyamp
2022-07-31 23:11 ` marmeladema
2022-07-31 23:19 ` classabbyamp
2022-07-31 23:34 ` marmeladema
2022-07-31 23:38 ` classabbyamp
2022-08-01  8:41 ` [PR PATCH] [Updated] " marmeladema
2022-08-01  9:37 ` marmeladema
2022-08-01 14:39 ` [PR PATCH] [Merged]: " classabbyamp

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=20220727134604._ZjfcltvBbezXgB9Vozk6kBhQJk-3rhTQVHyr6-XARI@z \
    --to=marmeladema@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).