It might be desired to change some of the usage strings as well.
Index: ssh.1
===
RCS file: /cvs/src/usr.bin/ssh/ssh.1,v
retrieving revision 1.348
diff -u -p -r1.348 ssh.1
--- ssh.1 24 Jul 2014 22:57:10 - 1.348
+++ ssh.
Hi Stefan,
Stefan Sperling wrote on Fri, Aug 08, 2014 at 08:56:30PM +0200:
> I can never remember the exact steps of configuring logical
> domains on sparc64 without referencing the undeadly article at
> http://undeadly.org/cgi?action=article&sid=20121214153413
>
> It would be nice if this infor
According to the recent changes to byteorder(3), including is
sufficient to use the byteorder functions. However, does not
pull in . This causes two problems:
1. Various byteorder functions are hidden behind __BSD_VISIBLE. Programs
wishing to use these functions therefore explicitly have to defi
On Tue, Jul 22, 2014 at 19:03 +0200, Mike Belopuhov wrote:
> Hi,
>
> Before I send a diff for pfctl to disable "once" on "match" rules,
> I've decided to try and see how much work is it to make it actually
> work. Turns out that I need to extend pf_rule_item by 3 pointers
> to track the match rul
I find arp(8) output really difficult to read, but more importantly it
does not print the expire time of non permanent entries like ndp(8).
So the diff below change arp(8)'s output to be more similar to ndp(8)'s
one.
Before:
$ arp -a
? (10.0.5.1) at 00:72:17:ab:94:3e on vlan3 static
? (10.0.5.3)
On Tue, Aug 12, 2014 at 01:39:11PM +0400, Vadim Zhukov wrote:
> During a conversation with aja@, I've run a check for any
> "#!/usr/bin/env foo" users in base, and found this:
>
> $ head -1 /usr/X11R6/bin/xkeystone
> #!/usr/bin/env nickle
> $ locate */nickle
> /home/pers/FreeBSD/ports/lang/nickle
During a conversation with aja@, I've run a check for any
"#!/usr/bin/env foo" users in base, and found this:
$ head -1 /usr/X11R6/bin/xkeystone
#!/usr/bin/env nickle
$ locate */nickle
/home/pers/FreeBSD/ports/lang/nickle
Is it on purpose, or should it be removed?
I found that it cames together
I'm always distracted by the huge number of (inactive) pools filling my
screen when I do "systat pool". So the diff below change the behavior
of this view to only show statistics of ``active'' pools by default, the
current behavior can be restored by pressing 'A'.
Anybody else find this useful? o