mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-06 05:19:34 +00:00
parent
142e1fb5c9
commit
6f12d42b95
24
debian/patches/hwdb-fix-parsing-options.patch
vendored
Normal file
24
debian/patches/hwdb-fix-parsing-options.patch
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
From: Michael Biebl <biebl@debian.org>
|
||||
Date: Tue, 5 Apr 2022 22:11:04 +0200
|
||||
Subject: hwdb: fix parsing options
|
||||
|
||||
Fixes #22976.
|
||||
|
||||
(cherry picked from commit 5674b74c4f99e433fd8e7242e9f16f6ddfece94c)
|
||||
---
|
||||
src/hwdb/hwdb.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/hwdb/hwdb.c b/src/hwdb/hwdb.c
|
||||
index 26c8d66..a8c1623 100644
|
||||
--- a/src/hwdb/hwdb.c
|
||||
+++ b/src/hwdb/hwdb.c
|
||||
@@ -73,7 +73,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 0);
|
||||
assert(argv);
|
||||
|
||||
- while ((c = getopt_long(argc, argv, "ust:r:h", options, NULL)) >= 0)
|
||||
+ while ((c = getopt_long(argc, argv, "sr:h", options, NULL)) >= 0)
|
||||
switch(c) {
|
||||
|
||||
case 'h':
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,3 +1,4 @@
|
||||
hwdb-fix-parsing-options.patch
|
||||
debian/Use-Debian-specific-config-files.patch
|
||||
debian/Bring-tmpfiles.d-tmp.conf-in-line-with-Debian-defaul.patch
|
||||
debian/Make-run-lock-tmpfs-an-API-fs.patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user