From 7b263a9a079aaab8fe860828afd2d9466fed3922 Mon Sep 17 00:00:00 2001 From: Huangbin Zhan Date: Thu, 11 Nov 2021 16:21:08 +0800 Subject: [PATCH] bash: add /etc/profile.d/sys_bashrc.sh as conffile Signed-off-by: Huangbin Zhan (cherry picked from commit 2977360e46c124e4e429ea1da93494a85475bffe) --- utils/bash/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/bash/Makefile b/utils/bash/Makefile index ca276fb36f..5b4f801e0a 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -43,6 +43,7 @@ endef define Package/bash/conffiles /etc/bash.bashrc /etc/bash.bash_logout +/etc/profile.d/sys_bashrc.sh endef # Bash detects and enables certain features by runtest simple piece of code -- 2.30.2