1 Star 0 Fork 98

Mingtai/systemd

forked from src-openEuler/systemd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-homed-fix-log-message-referring-to-fsck-when-we-actu.patch 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
From f41b77e9788541244ad6d6bafe3e130fbabace84 Mon Sep 17 00:00:00 2001
From: Lennart Poettering <lennart@poettering.net>
Date: Tue, 31 Aug 2021 10:47:02 +0200
Subject: [PATCH] homed: fix log message referring to fsck, when we actually
mean mount
(cherry picked from commit e070b9eac92993422db25c72ebdbdcc1cf424a0f)
Conflict:NA
Reference:https://github.com/systemd/systemd/commit/f41b77e9788541244ad6d6bafe3e130fbabace84
---
src/home/homework-cifs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/home/homework-cifs.c b/src/home/homework-cifs.c
index cf3c58431a..a697f7e5ee 100644
--- a/src/home/homework-cifs.c
+++ b/src/home/homework-cifs.c
@@ -71,7 +71,7 @@ int home_prepare_cifs(
h->cifs_service, "/run/systemd/user-home-mount",
"-o", options, NULL);
- log_error_errno(errno, "Failed to execute fsck: %m");
+ log_error_errno(errno, "Failed to execute mount: %m");
_exit(EXIT_FAILURE);
}
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangmingtaip/systemd.git
git@gitee.com:yangmingtaip/systemd.git
yangmingtaip
systemd
systemd
master

搜索帮助