Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] interception-tools: add logging service
@ 2023-07-15 23:34 spiwocoal
  2023-07-16  2:10 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: spiwocoal @ 2023-07-15 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/spiwocoal/void-packages master
https://github.com/void-linux/void-packages/pull/45057

interception-tools: add logging service
Startup messages from the udevmon service were polluting the TTY at boot, adding a logging service fixes this.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl

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

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

From a059592d5ac16d815564284e534c1e9def569a79 Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 15 Jul 2023 14:48:48 -0400
Subject: [PATCH] interception-tools: add logging service

---
 srcpkgs/interception-tools/files/udevmon/log/run | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100755 srcpkgs/interception-tools/files/udevmon/log/run

diff --git a/srcpkgs/interception-tools/files/udevmon/log/run b/srcpkgs/interception-tools/files/udevmon/log/run
new file mode 100755
index 000000000000..b5d6ef162d45
--- /dev/null
+++ b/srcpkgs/interception-tools/files/udevmon/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -t udevmon -p daemon

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

end of thread, other threads:[~2023-07-16  4:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-15 23:34 [PR PATCH] interception-tools: add logging service spiwocoal
2023-07-16  2:10 ` classabbyamp
2023-07-16  2:19 ` [PR PATCH] [Updated] " spiwocoal
2023-07-16  2:21 ` spiwocoal
2023-07-16  2:23 ` classabbyamp
2023-07-16  4:01 ` [PR PATCH] [Merged]: " classabbyamp

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