Re: inetd enhancements - config syntax

2021-01-31 Thread Robert Elz
Date:Sun, 31 Jan 2021 18:12:21 + From:David Holland Message-ID: | Basically what you want is to read only files matching some glob that | matches the POLA reasonably well, like "*.conf". No, what I want is for it to read the files that are there, whatever t

Re: inetd enhancements - config syntax

2021-01-31 Thread Mouse
> The reason to have a suffix and only read files with that suffix is > that there are lots of ways to get extra files in the directory that > the user didn't mean for you to read, and ~98% of the time they won't > have the right suffix so filtering by suffix is a good way to skip > them and avoid

Re: inetd enhancements - config syntax

2021-01-31 Thread David Holland
On Wed, Jan 20, 2021 at 01:37:44AM +0700, Robert Elz wrote: > Date:Mon, 18 Jan 2021 22:15:30 + > From:David Holland > Message-ID: > > | ...and also, for your own and the operator's sanity, skip anything > | else beginning with '.', > > That one is pr