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 /package | |
parent | bdc998c69641a9e0b99091e346c9bdb863d1112c (diff) | |
download | upstream-c61cf4a447e8f3396fa56fdc353d9ef34abcaf6b.tar.gz upstream-c61cf4a447e8f3396fa56fdc353d9ef34abcaf6b.tar.bz2 upstream-c61cf4a447e8f3396fa56fdc353d9ef34abcaf6b.zip |
base-files: add /etc/profile.d to conffiles
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit ef255fc57ece1415b2a81346dde7d8ee3a32dee7)
Diffstat (limited to 'package')
-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 b6986167f4..170bc3d483 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 |