Re: svn commit: r293227 - head/etc

2016-01-05 Thread Devin Teske
This e-mail is extremely hard to parse and I think you are mistaken. The -f flag is more than just a counter to a possible -i Try to rm a file that has schg You will get a prompt without -i Adding -f will abate the prompt to attempt override of schg flag. There are more conditions in rm that

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Devin Teske
> On Jan 5, 2016, at 8:09 PM, Warner Losh wrote: > > The correct fix is > > > chflags -R 0 firstboot > rm -rf firstboot > > > If you still can't remove it, too bad. Checking to make sure it worked really > isn't > the unix way. Sometimes when you do stupid things, stupid

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Allan Jude
On 2016-01-05 22:16, Devin Teske wrote: > This e-mail is extremely hard to parse and I think you are mistaken. > > The -f flag is more than just a counter to a possible -i > > Try to rm a file that has schg > You will get a prompt without -i > Adding -f will abate the prompt to attempt override

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Warner Losh
The correct fix is chflags -R 0 firstboot rm -rf firstboot If you still can't remove it, too bad. Checking to make sure it worked really isn't the unix way. Sometimes when you do stupid things, stupid results happen. Warner On Tue, Jan 5, 2016 at 8:16 PM, Devin Teske wrote:

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Bruce Evans
On Tue, 5 Jan 2016, Allan Jude wrote: On 2016-01-05 22:16, Devin Teske wrote: This e-mail is extremely hard to parse and I think you are mistaken. The -f flag is more than just a counter to a possible -i Try to rm a file that has schg You will get a prompt without -i Adding -f will abate

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Bruce Evans
On Tue, 5 Jan 2016, Ian Lepore wrote: Log: Use the more proper -f. Leave /bin/rm in place since that's what other rc scripts have, though it isn't strictly necessary. "proper -f" is hard to parse. I think you mean: Use 'rm -f' to turn off -i in case rm is broken and is an alias which

svn commit: r293227 - head/etc

2016-01-05 Thread Warner Losh
Author: imp Date: Tue Jan 5 21:20:47 2016 New Revision: 293227 URL: https://svnweb.freebsd.org/changeset/base/293227 Log: Use the more proper -f. Leave /bin/rm in place since that's what other rc scripts have, though it isn't strictly necessary. Modified: head/etc/rc Modified:

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Ian Lepore
On Tue, 2016-01-05 at 16:35 -0800, Devin Teske wrote: > > On Jan 5, 2016, at 4:27 PM, Ian Lepore wrote: > > > > On Tue, 2016-01-05 at 19:18 -0500, Allan Jude wrote: > > > On 2016-01-05 19:16, Devin Teske wrote: > > > > > > > > > On Jan 5, 2016, at 4:00 PM, Ian Lepore

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Devin Teske
> On Jan 5, 2016, at 4:00 PM, Ian Lepore wrote: > > On Tue, 2016-01-05 at 21:20 +, Warner Losh wrote: >> Author: imp >> Date: Tue Jan 5 21:20:47 2016 >> New Revision: 293227 >> URL: https://svnweb.freebsd.org/changeset/base/293227 >> >> Log: >> Use the more proper -f.

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Allan Jude
On 2016-01-05 19:16, Devin Teske wrote: On Jan 5, 2016, at 4:00 PM, Ian Lepore wrote: On Tue, 2016-01-05 at 21:20 +, Warner Losh wrote: Author: imp Date: Tue Jan 5 21:20:47 2016 New Revision: 293227 URL: https://svnweb.freebsd.org/changeset/base/293227 Log: Use the

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Ian Lepore
On Tue, 2016-01-05 at 19:18 -0500, Allan Jude wrote: > On 2016-01-05 19:16, Devin Teske wrote: > > > > > On Jan 5, 2016, at 4:00 PM, Ian Lepore wrote: > > > > > > On Tue, 2016-01-05 at 21:20 +, Warner Losh wrote: > > > > Author: imp > > > > Date: Tue Jan 5 21:20:47 2016 >

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Devin Teske
> On Jan 5, 2016, at 4:27 PM, Ian Lepore wrote: > > On Tue, 2016-01-05 at 19:18 -0500, Allan Jude wrote: >> On 2016-01-05 19:16, Devin Teske wrote: >>> On Jan 5, 2016, at 4:00 PM, Ian Lepore wrote: On Tue, 2016-01-05 at 21:20 +, Warner

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Ian Lepore
On Tue, 2016-01-05 at 21:20 +, Warner Losh wrote: > Author: imp > Date: Tue Jan 5 21:20:47 2016 > New Revision: 293227 > URL: https://svnweb.freebsd.org/changeset/base/293227 > > Log: > Use the more proper -f. Leave /bin/rm in place since that's what > other rc scripts have, though it

Re: svn commit: r293227 - head/etc

2016-01-05 Thread Devin Teske
> On Jan 5, 2016, at 5:18 PM, Ian Lepore wrote: > > On Tue, 2016-01-05 at 16:35 -0800, Devin Teske wrote: >>> On Jan 5, 2016, at 4:27 PM, Ian Lepore wrote: >>> >>> On Tue, 2016-01-05 at 19:18 -0500, Allan Jude wrote: On 2016-01-05 19:16, Devin Teske