File: 0002-sendme-Adapt-error-message-for-Debian.patch

package info (click to toggle)
rt-tests 2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: ansic: 13,273; python: 495; makefile: 237; sh: 158
file content (29 lines) | stat: -rw-r--r-- 983 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= <u.kleine-koenig@pengutronix.de>
Date: Thu, 9 Sep 2021 13:58:56 +0900
Subject: sendme: Adapt error message for Debian

For Debian users installing the backfire-dkms package should be enough to get
the kernel module.

Forwarded: not-needed
---
 src/backfire/sendme.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backfire/sendme.c b/src/backfire/sendme.c
index da10397..27a9953 100644
--- a/src/backfire/sendme.c
+++ b/src/backfire/sendme.c
@@ -204,9 +204,9 @@ int main(int argc, char *argv[])
 				"try 'modprobe backfire'\n"
 				"If the module backfire can't be loaded, "
 				"it may need to be built first.\n"
-				"Execute 'cd src/backfire; make' in the "
-				"rt-tests directory (requires rt-tests\n"
-				"sources and kernel-devel package).\n");
+				"Try installing the backfire-dkms package "
+				"and kernel headers corresponding to your "
+				"kernel.\n");
 		return 1;
 	}
 	fl.l_type = F_WRLCK;