Re: perldoc: fix man output & formatting

2019-05-03 Thread Andrew Hewus Fresh
I committed this after moving the waitpid down a few lines, after the last read from the filehandle. I will say that `perldoc -oterm unicook` looks a lot better with the right fonts and LC_CTYPE=en_US.UTF-8 than the output from -oman, but it looks a lot worse with LC_CTYPE=C so probably -oman is

Re: sysupgrade: align with install.sub

2019-05-03 Thread Christian Weisgerber
On 2019-05-03, Christian Weisgerber wrote: > * For "unpriv -f file", chown file back to root once the command > finishes, like install.sub does. > > I think it's desirable that these behave in the same way. It also > means that we don't have to worry that later unpriv commands could > have

Re: httpd: New log format to log X-Forwarded-{For|Port} headers

2019-05-03 Thread Mischa Peters
-- > On 3 May 2019, at 19:19, Theo Buehler wrote: > >> On Mon, Mar 04, 2019 at 02:06:02PM +0100, Bruno Flueckiger wrote: >> Hi, >> >> I've completely reworked my patch for httpd(8). The last patch broke the >> log format combined. And the config option was ugly. This time I've >> added

Re: [PATCH] cwm window center functionality

2019-05-03 Thread Charles
> I'd prefer if centering were a seperate function to resizing to a > fraction of the screen size, as I'd like to be able to center a window > *after* resizing it to my liking. > x11/xdotool could be used by anybody needing the resizing functionality, > for example, > bind-key 4-r

Re: httpd: New log format to log X-Forwarded-{For|Port} headers

2019-05-03 Thread Theo Buehler
On Mon, Mar 04, 2019 at 02:06:02PM +0100, Bruno Flueckiger wrote: > Hi, > > I've completely reworked my patch for httpd(8). The last patch broke the > log format combined. And the config option was ugly. This time I've > added another log format called forwarded. It appends two fields to the >

sysupgrade: align with install.sub

2019-05-03 Thread Christian Weisgerber
* For "unpriv -f file", chown file back to root once the command finishes, like install.sub does. I think it's desirable that these behave in the same way. It also means that we don't have to worry that later unpriv commands could have modified the file. This has consequences: * Only verify

sysupgrade: no new snapshot -> no error

2019-05-03 Thread Christian Weisgerber
It is not an error condition if no new snapshot is available. (Is it?) Index: sysupgrade.sh === RCS file: /cvs/src/usr.sbin/sysupgrade/sysupgrade.sh,v retrieving revision 1.9 diff -u -p -r1.9 sysupgrade.sh --- sysupgrade.sh 3

Re: httpd: New log format to log X-Forwarded-{For|Port} headers

2019-05-03 Thread Sebastian Benoit
Theo Buehler(t...@theobuehler.org) on 2019.05.03 04:59:16 +0200: > On Fri, Mar 08, 2019 at 10:52:28AM +0100, Reyk Floeter wrote: > > Hi, > > > > On Mon, Mar 04, 2019 at 02:06:02PM +0100, Bruno Flueckiger wrote: > > > I've completely reworked my patch for httpd(8). The last patch broke the > > >

Re: perldoc: fix man output & formatting

2019-05-03 Thread Todd C . Miller
On Thu, 02 May 2019 21:36:52 -0700, Andrew Hewus Fresh wrote: > In any case, I'll probably commit this slightly cleaned up version > tomorrow as it's to late right now to make sure I didn't clean it too > far. OK millert@ - todd

Re: Conditional sysupgrade

2019-05-03 Thread Klemens Nanni
OK kn

Re: Conditional sysupgrade

2019-05-03 Thread Florian Obser
On Sat, Apr 27, 2019 at 01:23:20PM +0100, Marco Bonetti wrote: > Hello folks, > > First of all congratulations on a new OpenBSD release and thanks for > introducing sysupgrade in -current. > > Before sysupgrade, I was using a custom script for achieving the same > result with only difference