forked from pool/openvswitch
Marcus Meissner
933defe9f0
- Fix preserving old default OVS_USER_ID for users that removed the override at /etc/sysconfig/openvswitch or for users affected by fillup bug below (bsc#1172861). - Add patch to workaround a possible fillup issue that could cause existing openvswitch configuration to be unintendedly altered during upgrades (bsc#1172929). * 0001-Use-double-hash-for-OVS_USER_ID-comment.patch OBS-URL: https://build.opensuse.org/request/show/814738 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=201
23 lines
836 B
Diff
23 lines
836 B
Diff
From e007ba2d276530db6aa8a242b069f356395cd8e5 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Jaime=20Caama=C3=B1o=20Ruiz?= <jcaamano@suse.com>
|
|
Date: Mon, 15 Jun 2020 15:15:53 +0200
|
|
Subject: [PATCH] Use double hash for OVS_USER_ID comment
|
|
|
|
---
|
|
rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
|
|
index c467d02db..10b841679 100644
|
|
--- a/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
|
|
+++ b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
|
|
@@ -28,4 +28,4 @@
|
|
OPTIONS=""
|
|
|
|
# Uncomment and set the OVS User/Group value
|
|
-#OVS_USER_ID="openvswitch:openvswitch"
|
|
+## OVS_USER_ID="openvswitch:openvswitch"
|
|
--
|
|
2.26.1
|
|
|