On 7 Nov 2008, at 02:33, Jeff Cai wrote:
> Hi
>
> I also met the problem in snv_99.
> This should have been fixed in snv_101 by community.
Thanks for letting us know.
Cheers,
Chris
On 6 Nov 2008, at 21:34, Chris Ridd wrote:
> On 6 Nov 2008, at 20:34, Nicolas Williams wrote:
>> OK, let's try this:
>>
>> % echo $SSH_AUTH_SOCK
>> % echo $SSH_AGENT_PID
>> % pgrep ssh-agent
>> % ptree 1|while read pid cmd args
>> % do
>> % pfiles $pid 2>/dev/null |grep $SSH_AUTH_SOCK > /dev/null
David Bustos wrote:
> Quoth Tony Nguyen on Thu, Nov 06, 2008 at 03:55:47PM -0800:
>> The updated and incremental webrevs are at:
>>
>> http://cr.opensolaris.org/~tonyn/firewall29Oct2008/
>>
>> http://cr.opensolaris.org/~tonyn/firewall-inc/
>>
> cmd/cmd-inet/usr.
Antonello Cruz wrote:
> Roland Mainz wrote:
> > Ceri Davies wrote:
> > ...putback) which use it can be switched to ksh93 by replacing the first
> > like from "#!/sbin/sh" to "#!/usr/bin/ksh93" (ksh93 is sufficiently
> > backwards-compatible to the original Bourne shell that this works
> > out-of-th