mirror of
https://github.com/systemd/systemd
synced 2025-11-21 17:54:46 +01:00
Compare commits
3 Commits
b49bff0da7
...
6602a5f720
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6602a5f720 | ||
|
|
01703b7761 | ||
|
|
fc890aedd3 |
2
NEWS
2
NEWS
@ -36,6 +36,8 @@ CHANGES WITH 258:
|
||||
ACTION!="remove", SUBSYSTEM=="hidraw", TAG+="uaccess"
|
||||
The following example does not work since v258:
|
||||
ACTION=="add", SUBSYSTEM=="hidraw", TAG+="uaccess"
|
||||
Udev rules files setting the "uaccess" tag need to have a file name
|
||||
starting with a number smaller than 73 to be applied.
|
||||
|
||||
* systemd-run's --expand-environment= switch, which was disabled
|
||||
by default when combined with --scope, has been changed to be
|
||||
|
||||
@ -33,6 +33,12 @@
|
||||
<funcsynopsis>
|
||||
<funcsynopsisinfo>#include <systemd/sd-bus.h></funcsynopsisinfo>
|
||||
|
||||
<funcprototype>
|
||||
<funcdef>typedef int (*<function>sd_bus_track_handler_t</function>)</funcdef>
|
||||
<paramdef>sd_bus_track *<parameter>track</parameter></paramdef>
|
||||
<paramdef>void *<parameter>userdata</parameter></paramdef>
|
||||
</funcprototype>
|
||||
|
||||
<funcprototype>
|
||||
<funcdef>int <function>sd_bus_track_new</function></funcdef>
|
||||
<paramdef>sd_bus* <parameter>bus</parameter></paramdef>
|
||||
@ -221,6 +227,7 @@
|
||||
<refsect1>
|
||||
<title>History</title>
|
||||
<para><function>sd_bus_track_new()</function>,
|
||||
<function>sd_bus_track_handler_t()</function>,
|
||||
<function>sd_bus_track_ref()</function>,
|
||||
<function>sd_bus_track_unref()</function>,
|
||||
<function>sd_bus_track_unrefp()</function>,
|
||||
|
||||
26
mkosi/mkosi.conf.d/debian-ubuntu/mkosi.conf.d/knot.conf
Normal file
26
mkosi/mkosi.conf.d/debian-ubuntu/mkosi.conf.d/knot.conf
Normal file
@ -0,0 +1,26 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
# New package needed for TEST-75-RESOLVED
|
||||
|
||||
[TriggerMatch]
|
||||
Distribution=debian
|
||||
Release=!bullseye
|
||||
Release=!bookworm
|
||||
Release=!trixie
|
||||
# TODO: drop once Duke ships
|
||||
Release=!oldstable
|
||||
# TODO: drop once Forky ships
|
||||
Release=!stable
|
||||
|
||||
[TriggerMatch]
|
||||
Distribution=ubuntu
|
||||
Release=!jammy
|
||||
Release=!noble
|
||||
Release=!plucky
|
||||
Release=!questing
|
||||
|
||||
[TriggerMatch]
|
||||
Distribution=kali
|
||||
|
||||
[Content]
|
||||
Packages=knot-keymgr
|
||||
Loading…
x
Reference in New Issue
Block a user