diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-08-28 14:45:23 +0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-13 16:30:13 +0100 |
commit | c61cf4a447e8f3396fa56fdc353d9ef34abcaf6b (patch) | |
tree | 5df41a9ae5bcb010a00436a7ede0e60aa51997d7 | |
parent | bdc998c69641a9e0b99091e346c9bdb863d1112c (diff) | |
download | mtk-20170518-c61cf4a447e8f3396fa56fdc353d9ef34abcaf6b.zip mtk-20170518-c61cf4a447e8f3396fa56fdc353d9ef34abcaf6b.tar.gz mtk-20170518-c61cf4a447e8f3396fa56fdc353d9ef34abcaf6b.tar.bz2 |
base-files: add /etc/profile.d to conffiles
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit ef255fc57ece1415b2a81346dde7d8ee3a32dee7)
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |