From: Huangbin Zhan Date: Thu, 11 Nov 2021 08:21:08 +0000 (+0800) Subject: bash: add /etc/profile.d/sys_bashrc.sh as conffile X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7b263a9a079aaab8fe860828afd2d9466fed3922;p=feed%2Fpackages.git bash: add /etc/profile.d/sys_bashrc.sh as conffile Signed-off-by: Huangbin Zhan (cherry picked from commit 2977360e46c124e4e429ea1da93494a85475bffe) --- 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