Re: chmod(1) -f flag is still used?

2015-11-12 Thread Theo de Raadt
Your process here is really strange. You see something, then you write a diff before answering your own question, then you send a mail asking a question with the diff already present as an investment. In OpenBSD, we have a 20 year old repository that explains why a change was made. Before the

chmod(1) -f flag is still used?

2015-11-12 Thread Andrea Biscuola
Hi tech. Digging around the tree (Yes, i want try to contribute if possible), i found this small piece of code: >case 'f': /* no longer documented. */ > fflag = 1; > break; And the usage of this flag in two conditional statement in a logic OR: >if (ischmod) { >

Re: chmod(1) -f flag is still used?

2015-11-12 Thread Christian Weisgerber
On 2015-11-12, Theo de Raadt wrote: > There are older repositories and documents to review. Specifically, the Berkeley repository culminating in 4.4BSD can be conveniently accessed here: https://svnweb.freebsd.org/csrg/ (That's converted. The original was in SCCS.)