Re: update tradcpp to 0.5.2

2018-08-30 Thread Michael Mikonos
On Fri, Aug 31, 2018 at 12:57:14PM +1000, Jonathan Gray wrote: > update tradcpp to 0.5.2 > > release 0.5.2 (20160904) >- Fix typo in -U usage message, noticed by Joerg. >- Add a -debuglog option to send an execution trace to a file. > Intended to be used when debugging imake

update tradcpp to 0.5.2

2018-08-30 Thread Jonathan Gray
update tradcpp to 0.5.2 release 0.5.2 (20160904) - Fix typo in -U usage message, noticed by Joerg. - Add a -debuglog option to send an execution trace to a file. Intended to be used when debugging imake templates and other complex input, not for debugging tradcpp itself. release

Re: install.sub - disklabel template modification

2018-08-30 Thread Alexander Hall
On August 30, 2018 3:27:07 PM GMT+02:00, "Jiri B." wrote: >Hi, > >if somebody would put into install.conf following line: > > URL to autopartitioning template for disklabel = /disklabel.template > >ftp would end in its prompt. > ># ftp -Vo - /disklabel.template

fix: unveil(2) error handling

2018-08-30 Thread Jan Klemkow
Hi, I found a little bug in the unveil(2) error handling. After blocking unveil(2) by unveil(NULL, NULL), an additional unveil(2) call sets errno to EINVAL instead of EPERM as the manpage saids: EPERM An attempt to increase permissions was made, or the path was not accessible, or

Re: Call a tdb `tdb'

2018-08-30 Thread Alexander Bluhm
On Thu, Aug 30, 2018 at 11:10:54AM -0300, Martin Pieuchot wrote: > - export_sa(, sa); /* Export SA information (mostly flags) */ > + export_sa(, tdb); /* Export tdb information (mostly flags) */ I would keep the SA in the comment. anyway OK bluhm@

cp(1) Don't trigger -v if -i causes a skip

2018-08-30 Thread Martijn van Duren
Hello tech@, Don't know if this is too much magic numbers for copy_file, but this "fixes" the case where we print the verbose line, even if we don't copy it. This doesn't not happen in mv or rm. Note that the current implementation also doesn't show a successful copy of a fifo or special if a

Re: install.sub - disklabel template modification

2018-08-30 Thread Rivo Nurges
Hi! "URL to autopartitioning template for disklabel = file:///disklabel.auto" works fine. Rivo On Thu, 2018-08-30 at 13:27 +, Jiri B. wrote: > Hi, > > if somebody would put into install.conf following line: > > URL to autopartitioning template for disklabel = > /disklabel.template > >

Call a tdb `tdb'

2018-08-30 Thread Martin Pieuchot
Stop naming 'struct tdb *' `sa', we always use `tdb' in the rest of the kernel. No functional change, ok? Index: net/pfkeyv2.c === RCS file: /cvs/src/sys/net/pfkeyv2.c,v retrieving revision 1.190 diff -u -p -r1.190 pfkeyv2.c ---

install.sub - disklabel template modification

2018-08-30 Thread Jiri B .
Hi, if somebody would put into install.conf following line: URL to autopartitioning template for disklabel = /disklabel.template ftp would end in its prompt. # ftp -Vo - /disklabel.template

Re: smtpd: improve syntax for relay host

2018-08-30 Thread Gilles Chehade
On Wed, Aug 29, 2018 at 01:56:49PM +0200, Eric Faurot wrote: > For clarity and consistency, we'd like to change the url-like schemes > used for specifying smarthost relays in smtpd.conf, to make them match > what has been set for smtp(1). The proposed changes are as follow: > > - the "+auth"