[source] base-files: add /etc/profile.d to conffiles

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 14 09:45:14 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/c61cf4a447e8f3396fa56fdc353d9ef34abcaf6b

commit c61cf4a447e8f3396fa56fdc353d9ef34abcaf6b
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Mon Aug 28 14:45:23 2017 +0300

    base-files: add /etc/profile.d to conffiles
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    (cherry picked from commit ef255fc57ece1415b2a81346dde7d8ee3a32dee7)
---
 package/base-files/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index b698616..170bc3d 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -50,6 +50,7 @@ define Package/base-files/conffiles
 /etc/iproute2/rt_tables
 /etc/passwd
 /etc/profile
+/etc/profile.d
 /etc/protocols
 /etc/rc.local
 /etc/services



More information about the lede-commits mailing list