pnm2ppa/bugfix-debranding.patch
2020-02-17 18:34:08 +08:00

30 lines
1.0 KiB
Diff

From 6537dfacf7552696b7f83d299fbe07c04a3122b3 Mon Sep 17 00:00:00 2001
From: guoxiaoqi <guoxiaoqi2@huawei.com>
Date: Mon, 3 Dec 2018 12:46:49 +0000
Subject: [PATCH] pnm2ppa: euleros debranding
reason: euleros debranding
Signed-off-by: guoxiaoqi <guoxiaoqi2@huawei.com>
---
utils/Linux/detect_ppa | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/Linux/detect_ppa b/utils/Linux/detect_ppa
index 5c81e2c..f6c3594 100755
--- a/utils/Linux/detect_ppa
+++ b/utils/Linux/detect_ppa
@@ -81,7 +81,7 @@ else
echo " modules are loaded, but not the architecture-dependent "
echo " module parport_pc, you may need to add a line "
echo " alias parport_lowlevel parport_pc "
- echo " to your /etc/conf.modules file (needed for RedHat 6.1)."
+ echo " to your /etc/conf.modules file (needed for EulerOS)."
echo " "
echo " (modules for other architectures exist, e.g., parport_ax for "
echo " Sun Ultra/AX, but it is not clear whether PPA printers "
--
1.8.3.1