jail_bin_add: script to add binary and libs to chroot

2015-06-07 Thread dan mclaughlin
i figure this should be useful to some. any nits welcome. #!/bin/ksh #copies a binary and libs to a chroot fs MYNAME=${0##*/} USAGE="$MYNAME bin jailroot" [[ "$1" = -h ]] && { echo "USAGE $USAGE"; return 0; } isemptyv() { eval [ \${#$1} -eq 0 ]; } err() { echo "$MYNAME: ERR $*" >&2; } usage() { e

Re: [patch] faq12 - blobs

2015-06-07 Thread Nick Holland
On 06/06/15 11:35, Todd Mortimer wrote: > Hi tech@ > > It seems that this question comes up frequently enough that people might be > tired > of answering it. > > Not sure if this is the right spot in the FAQ to put this, or even if this is > something > that people want included in there at a

iwm(4) LED

2015-06-07 Thread Stefan Sperling
This diff enables the wifi LED with iwm(4) devices. Tested using a non-thinkpad netbook with wifi LED. I'm not sure if any modern thinkpads even have wifi LEDs these days :-/ Unfortunately, there seems to be know way of controlling blinking in hardware so use a timeout instead. OK? Index: if_iw