[OpenWrt-Devel] [PATCH v3] base-files: add /etc/profile.d support

2015-06-18 Thread Hendrik Lüth
OpenWrt should support an optinal /etc/profile.d directory like most other Linux distributions. This allows packages to install their own scripts into /etc/profile.d/. This is the second version, which includes suggestions from the mailing-list. --- package/base-files/files/etc/profile | 10 ++

[OpenWrt-Devel] [PATCH v2] base-files: add /etc/profile.d support

2015-06-11 Thread Hendrik Lüth
OpenWrt should support an optinal /etc/profile.d directory like most other Linux distributions. This allows packages to install their own scripts into /etc/profile.d/. This is the second version, which includes suggestions from the mailing-list. --- package/base-files/files/etc/profile | 10 ++

Re: [OpenWrt-Devel] [PATCH] base-files: add /etc/profile.d support

2015-06-10 Thread Hendrik Lüth
Am 10.06.2015 um 14:31 schrieb Bastian Bittorf: * Matthias Schiffer [10.06.2015 14:26]: Why should errors in these files cause login issues? This is shell and there's no -e, problematic lines will print an error and be skipped. i have seen a lot of strange things. think about flash readerrors

[OpenWrt-Devel] [PATCH] base-files: add /etc/profile.d support

2015-06-10 Thread Hendrik Lüth
OpenWrt should support an optinal /etc/profile.d directory like most other Linux distributions. This allows packages to install their own scripts into /etc/profile.d/. --- package/base-files/files/etc/profile | 9 + 1 file changed, 9 insertions(+) diff --git a/package/base-files/files/etc