Re: [OpenWrt-Devel] add entry in /etc/shadow when user_add is used v2

2011-11-14 Thread Peter Wagner
Hi Nico, new version that only locks passwd. /Peter On Dienstag, 15. November 2011 00:02:06 Nico wrote: > Hi Peter, > > A single lock for both /etc/passwd and /etc/shadow should be enough, > it was just there to prevent multiple initscripts from messing with > /etc/passwd at boot. > > -- > -{Ni

Re: [OpenWrt-Devel] add entry in /etc/shadow when user_add is used v2

2011-11-14 Thread Nico
Hi Peter, A single lock for both /etc/passwd and /etc/shadow should be enough, it was just there to prevent multiple initscripts from messing with /etc/passwd at boot. -- -{Nico} ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lis

Re: [OpenWrt-Devel] add entry in /etc/shadow when user_add is used v2

2011-11-14 Thread Peter Wagner
v2 a ":" was missing On Montag, 14. November 2011 22:33:21 Peter Wagner wrote: > Hi, > > by now when user_add is used no line is shadow is created for that user. > This patch adds this to /lib/functions.sh. > > /Peter diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/fil

[OpenWrt-Devel] add entry in /etc/shadow when user_add is used

2011-11-14 Thread Peter Wagner
Hi, by now when user_add is used no line is shadow is created for that user. This patch adds this to /lib/functions.sh. /Peter diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib/functions.sh index f6ec3d7..af619a7 100755 --- a/package/base-files/files/lib/functi