summaryrefslogtreecommitdiff
path: root/debian/patches/0110-nosysfs.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2026-03-10 19:13:53 +0100
committerJörg Frings-Fürst <debian@jff.email>2026-03-10 19:13:53 +0100
commit3a3565140b52ca1ff87c1fa2f604089550d8efcb (patch)
tree33d4186168de7d5c954c12d29534cc19797b5f74 /debian/patches/0110-nosysfs.patch
parentd4b11cf3e4dcc4ca0ca41d6403c98b3214a8b92d (diff)
parentc61bb295f8ecde9a8dfb922aad56c58f1b8008e7 (diff)
Merge branch 'release/debian/3.7-1'HEADdebian/3.7-1master
Diffstat (limited to 'debian/patches/0110-nosysfs.patch')
-rw-r--r--debian/patches/0110-nosysfs.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches/0110-nosysfs.patch b/debian/patches/0110-nosysfs.patch
deleted file mode 100644
index 04c710a..0000000
--- a/debian/patches/0110-nosysfs.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 33b5aafc6ee6b5de9f2526fb1cf4b14d1e16e4f0 Mon Sep 17 00:00:00 2001
-From: Roy Franz <roy.franz@linaro.org>
-Date: Thu, 01 Oct 2015 06:41:43 +0000
-Subject: Add "--no-sysfs" option description to -h output
-
-A description of --no-sysfs was not added to the output of "-h" when
-the feature was added, so add it now.
----
-Index: trunk/CHANGELOG
-===================================================================
---- trunk.orig/CHANGELOG
-+++ trunk/CHANGELOG
-@@ -1,3 +1,7 @@
-+2015-10-01 Roy Franz <roy.franz@linaro.org>
-+
-+ * dmiopt.c: Add "--no-sysfs" option description to -h output.
-+
- 2015-09-03 Jean Delvare <jdelvare@suse.de>
-
- * version.h: Set version to 3.0.
-Index: trunk/dmiopt.c
-===================================================================
---- trunk.orig/dmiopt.c
-+++ trunk/dmiopt.c
-@@ -314,6 +314,7 @@ void print_help(void)
- " -u, --dump Do not decode the entries\n"
- " --dump-bin FILE Dump the DMI data to a binary file\n"
- " --from-dump FILE Read the DMI data from a binary file\n"
-+ " --no-sysfs Do not attempt to read DMI data from sysfs files\n"
- " -V, --version Display the version and exit\n";
-
- printf("%s", help);