Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Devin Teske
On May 11, 2015, at 12:18 PM, Brooks Davis bro...@freebsd.org wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL:

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Colin Percival
On 05/11/15 12:18, Brooks Davis wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: -uuid=$1 +uuid=$(echo $1 | tr '[:upper:]' '[:lower:]') tr is in /usr/bin so this breaks systems with a separate /usr.

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Brooks Davis
On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL: https://svnweb.freebsd.org/changeset/base/282672 Log: Always convert uuid to

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Jilles Tjoelker
On Sun, May 10, 2015 at 11:32:27PM +0200, Oliver Pinter wrote: tr is in /usr/bin so this breaks systems with a separate /usr. Perhaps you could use dd with conv=lcase instead? Then these are affected too:: root@robot rc.d# grep -r -E '(awk| tr )' * ftp-proxy:

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Devin Teske
On May 11, 2015, at 12:44 PM, Eric van Gyzen vangy...@freebsd.org wrote: On 05/11/2015 15:37, Devin Teske wrote: On May 11, 2015, at 12:18 PM, Brooks Davis bro...@freebsd.org mailto:bro...@freebsd.org wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8,

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Eric van Gyzen
On 05/11/2015 15:37, Devin Teske wrote: On May 11, 2015, at 12:18 PM, Brooks Davis bro...@freebsd.org mailto:bro...@freebsd.org wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org mailto:delp...@freebsd.org wrote:

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Eitan Adler
On 11 May 2015 at 12:18, Brooks Davis bro...@freebsd.org wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL:

Re: svn commit: r282672 - head/etc/rc.d

2015-05-10 Thread John-Mark Gurney
Oliver Pinter wrote this message on Sun, May 10, 2015 at 23:32 +0200: The awk is located in /usr/bin/awk too, and for e.g. the growfs should running in the very first steps... Yes, I realized this when I added growfs... As growfs is usually used on single fs root systems, I didn't think it

Re: svn commit: r282672 - head/etc/rc.d

2015-05-10 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 5/10/15 17:23, John-Mark Gurney wrote: Oliver Pinter wrote this message on Sun, May 10, 2015 at 23:32 +0200: The awk is located in /usr/bin/awk too, and for e.g. the growfs should running in the very first steps... Yes, I realized this

Re: svn commit: r282672 - head/etc/rc.d

2015-05-10 Thread Eitan Adler
On 10 May 2015 at 12:45, John Baldwin j...@freebsd.org wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL: https://svnweb.freebsd.org/changeset/base/282672 Log: Always convert uuid to lower case.

Re: svn commit: r282672 - head/etc/rc.d

2015-05-10 Thread Oliver Pinter
On Sun, May 10, 2015 at 9:45 PM, John Baldwin j...@freebsd.org wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL: https://svnweb.freebsd.org/changeset/base/282672 Log: Always convert uuid to lower

Re: svn commit: r282672 - head/etc/rc.d

2015-05-10 Thread Eitan Adler
On 10 May 2015 at 17:47, Xin Li delp...@delphij.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 5/10/15 17:23, John-Mark Gurney wrote: Oliver Pinter wrote this message on Sun, May 10, 2015 at 23:32 +0200: The awk is located in /usr/bin/awk too, and for e.g. the growfs

Re: svn commit: r282672 - head/etc/rc.d

2015-05-10 Thread John Baldwin
On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL: https://svnweb.freebsd.org/changeset/base/282672 Log: Always convert uuid to lower case. MFC after:2 weeks Modified: head/etc/rc.d/hostid

svn commit: r282672 - head/etc/rc.d

2015-05-08 Thread Xin LI
Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL: https://svnweb.freebsd.org/changeset/base/282672 Log: Always convert uuid to lower case. MFC after:2 weeks Modified: head/etc/rc.d/hostid Modified: head/etc/rc.d/hostid