1 Star 0 Fork 11

wb-qtt862918/dhcp

forked from src-anolis-os/dhcp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-dhcp-anolis-rebrand.patch 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangxiaoxuan 提交于 2021-01-25 23:09 +08:00 . rebrand: rebrand for anolis
From d319974cc9cf532adccfea235d2a1c3e80d47fe9 Mon Sep 17 00:00:00 2001
From: yangxiaoxuan <yangxiaoxuan@openanolis.org>
Date: Mon, 25 Jan 2021 22:10:36 +0800
Subject: [PATCH] dhcp anolis rebrand
---
omapip/errwarn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/omapip/errwarn.c b/omapip/errwarn.c
index f1f6fcd..be425e5 100644
--- a/omapip/errwarn.c
+++ b/omapip/errwarn.c
@@ -57,7 +57,7 @@ char * bug_report_url(void) {
size_t url_len = 256;
url = (char *) malloc(url_len * sizeof(char));
- strcpy(url, "https://bugzilla.redhat.com/");
+ strcpy(url, "https://bugzilla.openanolis.cn/");
if (!file)
return url;
--
2.18.2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wb-qtt862918/dhcp.git
git@gitee.com:wb-qtt862918/dhcp.git
wb-qtt862918
dhcp
dhcp
a8

搜索帮助