align options from ping6 and ping

2015-10-14 Thread Frank Brodbeck
Hi, based on Theo's recent comment I thought I could take a shot at it, but it seems that my tree is currently broken as I can't compile it: /usr/src/sbin/ping6/ping6.c:745: error: implicit declaration of function 'pledge' But I thought it might still be worthwhile to share the diff.

\c for printf(1)

2014-10-21 Thread Frank Brodbeck
Hi, today I stumbled upon a script (testssl.sh) which utilizes the \c escape sequence for printf(1). As we are missing that escape sequence and - if I am not mistaken - it is defined by POSIX (IEEE Std 1003.1) I thought I give it a shot. Please bare with me as I am not an experienced coder or

Re: fun with smtpd, (two bugs)

2014-05-15 Thread Frank Brodbeck
Hi Jason, On Wed, May 14, 2014 at 11:16:59PM +0059, Jason McIntyre wrote: it's still missing some . also i think we can wholly simplify the auth/auth-optional line. Heh. Thought I found all, thanks for fixing the rest. -.Op Ic auth | auth-optional | auth Ar authtable | Ic auth-optional Ar

Re: fun with smtpd, (two bugs)

2014-05-14 Thread Frank Brodbeck
hostname Ar hostname .Op Ic hostnames Ar names -- Frank Brodbeck f...@guug.de

Re: fun with smtpd, (two bugs)

2014-05-11 Thread Frank Brodbeck
the argument list of Aq is closed by end of line. Have another look at this tonight. Frank. -- Frank Brodbeck f...@guug.de

Re: fun with smtpd, (two bugs)

2014-05-10 Thread Frank Brodbeck
.Op Ic hostnames Ar names -- Frank Brodbeck f...@guug.de

Re: release(8) patch

2014-02-12 Thread Frank Brodbeck
Hi, first of all thanks for your feedback. On Wed, Feb 12, 2014 at 12:27:18AM +, Stuart Henderson wrote: It isn't a big help for copy-and-paste though because the next section goes on to use ${NAME}, and then a bit later on there's your-destdir and your-releasedir... On Wed, Feb 12, 2014

release(8) patch

2014-02-11 Thread Frank Brodbeck
Hi all, ${ARCH} in the release(8) manpage always bothered me somehow. Probably it's because I do like copypaste and I think introducing a variable here is not useful as everybody willing to build from source should know what $(uname -m) does: Index: release.8

Re: ntpd.8 SIGINFO and ntpd

2012-09-20 Thread Frank Brodbeck
. -- Frank Brodbeck f...@guug.de

iostat: show read and write transfers per second

2012-09-10 Thread Frank Brodbeck
+into two values, namely: +.Pp +.Bl -tag -width indent -compact +.It rt/s +Read transfers per second +.It wt/s +Write transfers per second .Pp .El The alternate display format, (selected with -- Frank Brodbeck f...@guug.de

Re: allow usermod to remove user from secondary groups

2011-04-12 Thread Frank Brodbeck
Here's a diff leaving -G alone and introducing -S for setting a user's group. I am pretty unsure about my choice of F_SETSECGROUP, didn't knew if I should choose 0x1200 or 0x1001 or even something completely different. Index: src/usr.sbin/user/user.c

Re: allow usermod to remove user from secondary groups

2011-04-11 Thread Frank Brodbeck
of that and the manpage needs to be adjusted. I think I have a good looking diff ready by tomorrow. Frank. -- Frank Brodbeck f...@guug.de

Re: allow usermod to remove user from secondary groups

2011-04-08 Thread Frank Brodbeck
to be in, whereas now you just list the groups you want to add. Yes, that's what the diff does. This resamples the behaviour of usermod on (Open)Solaris and possibly others. But I can see how this can bite one's ass if you are used to -G doesn't remove you from unlisted groups. Frank. -- Frank Brodbeck f