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.99rst.org/?a=commitdiff_plain;h=2977360e46c124e4e429ea1da93494a85475bffe;p=openwrt-packages.git bash: add /etc/profile.d/sys_bashrc.sh as conffile Signed-off-by: Huangbin Zhan --- diff --git a/utils/bash/Makefile b/utils/bash/Makefile index ca276fb36..5b4f801e0 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