Re: Add note about example dhclient.conf

2020-02-10 Thread Ingo Schwarze
Hi Kyle, Kyle Isom wrote on Mon, Feb 10, 2020 at 07:34:25AM -0800: > On Sat, Feb 8, 2020, at 14:15, Jason McIntyre wrote: >> - i'm ok with adding the path to these files to a FILES section > Done. I already committed a comprehensive diff doing that in a simpler way earlier today: https://mar

Re: Add note about example dhclient.conf

2020-02-10 Thread Kyle Isom
On Sat, Feb 8, 2020, at 14:15, Jason McIntyre wrote: > - i'm ok with adding the path to these files to a FILES section Done. - Kyle Index: sbin/dhclient/dhclient.conf.5 === RCS file: /cvs/src/sbin/dhclient/dhclient.conf.5,v retrievi

Re: Add note about example dhclient.conf

2020-02-08 Thread Jason McIntyre
On Sat, Feb 08, 2020 at 01:37:00PM -0800, Kyle Isom wrote: > On Fri, Feb 7, 2020, at 23:22, Jason McIntyre wrote: > > if we do reference these config files from the man pages, i guess that > > should be correctly done from a FILES section, since EXAMPLES is really > > showing how to use the tool, r

Re: Add note about example dhclient.conf

2020-02-08 Thread Kyle Isom
On Fri, Feb 7, 2020, at 23:22, Jason McIntyre wrote: > if we do reference these config files from the man pages, i guess that > should be correctly done from a FILES section, since EXAMPLES is really > showing how to use the tool, rather than how to configure it. it is a > fine line though. > > i

Re: Add note about example dhclient.conf

2020-02-08 Thread su.root
On 08/02 17:33, Ingo Schwarze wrote: I have no idea what your target audience is and what (if any) your mission staement is. Assumptions are being made pertaining to the end user skill set and this is already a slippery slope. > Hi, > > i think i said it before: i hate /etc/examples/ and thin

Re: Add note about example dhclient.conf

2020-02-08 Thread Theo de Raadt
Ingo Schwarze wrote: > Hi, > > i think i said it before: i hate /etc/examples/ and think that the > directory ought to be mostly empty. We'll get to that. With the exception of rare > cases like bgpd(8), where you have to provide a lot of information > before you can start it in any meaning

Re: Add note about example dhclient.conf

2020-02-08 Thread Antoine Jacoutot
On Sat, Feb 08, 2020 at 05:33:34PM +0100, Ingo Schwarze wrote: > Hi, > > i think i said it before: i hate /etc/examples/ and think that the > directory ought to be mostly empty. With the exception of rare > cases like bgpd(8), where you have to provide a lot of information > before you can start

Re: Add note about example dhclient.conf

2020-02-08 Thread Ingo Schwarze
Hi, i think i said it before: i hate /etc/examples/ and think that the directory ought to be mostly empty. With the exception of rare cases like bgpd(8), where you have to provide a lot of information before you can start it in any meaningful way, i consider a deamon ill-designed if the configur

Re: Add note about example dhclient.conf

2020-02-08 Thread su.root
about example dhclient.conf On Fri, Feb 07, 2020 at 08:46:05PM -0700, Aaron Bieber wrote: > On Fri, 07 Feb 2020 at 17:49:41 -0800, Kyle Isom wrote: > > I was looking through the dhclient.conf man page and missed that there was > > an example config in /etc/examples, so I added this

Re: Add note about example dhclient.conf

2020-02-07 Thread Jason McIntyre
On Fri, Feb 07, 2020 at 08:46:05PM -0700, Aaron Bieber wrote: > On Fri, 07 Feb 2020 at 17:49:41 -0800, Kyle Isom wrote: > > I was looking through the dhclient.conf man page and missed that there was > > an example config in /etc/examples, so I added this to the man page. I'm > > also happy to go

Re: Add note about example dhclient.conf

2020-02-07 Thread Aaron Bieber
On Fri, 07 Feb 2020 at 17:49:41 -0800, Kyle Isom wrote: > I was looking through the dhclient.conf man page and missed that there was an > example config in /etc/examples, so I added this to the man page. I'm also > happy to go through the rest of man pages for the examples and add them if > the

Add note about example dhclient.conf

2020-02-07 Thread Kyle Isom
I was looking through the dhclient.conf man page and missed that there was an example config in /etc/examples, so I added this to the man page. I'm also happy to go through the rest of man pages for the examples and add them if there's interest. Cheers, Kyle Index: sbin/dhclient/dhclient.con