From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Wed, 01 Mar 2017 17:46:04 +0000 Subject: [Buildroot] [Bug 9456] mkusers script bash errors In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=9456 --- Comment #18 from Yann E. MORIN --- Created attachment 6911 --> https://bugs.busybox.net/attachment.cgi?id=6911&action=edit Debug mkusers Paul, Could you test with the attched patch and report the result, please? Here is what I got: line='paul 1000 users 100 =21248f7aac088184a7c9dd3a3cd8bd1bafecc5718174e9025bab7053756a013a /home/paul /bin/sh ssh-user' username='paul' uid ='1000' group ='users' gid ='100' paswd ='=21248f7aac088184a7c9dd3a3cd8bd1bafecc5718174e9025bab7053756a013a' home ='/home/paul' shell ='/bin/sh' groups ='ssh-user' comment ='' line='git 1001 users 100 =de5d4f76680ec42ff304682eebeaec1c4756e3d5de3e4ce6db747cb223d6037c /home/git /usr/bin/git-shell ssh-user' username='git' uid ='1001' group ='users' gid ='100' paswd ='=de5d4f76680ec42ff304682eebeaec1c4756e3d5de3e4ce6db747cb223d6037c' home ='/home/git' shell ='/usr/bin/git-shell' groups ='ssh-user' comment ='' -- You are receiving this mail because: You are on the CC list for the bug.