svn commit: r197581 - in head/sys: kern rpc/rpcsec_gss

Jamie Gritton jamie at FreeBSD.org
Mon Sep 28 18:59:05 UTC 2009


Marcel Moolenaar wrote:
 >
 > On Sep 28, 2009, at 11:07 AM, Jamie Gritton wrote:
 >
 >> Author: jamie
 >> Date: Mon Sep 28 18:07:16 2009
 >> New Revision: 197581
 >> URL: http://svn.freebsd.org/changeset/base/197581
 >>
 >> Log:
 >>  Set the prison in NFS anon and GSS SVC creds.
 >>
 >>  Reviewed by:    marcel
 >>  MFC after:    3 days
 >>
 >> Modified:
 >>  head/sys/kern/vfs_export.c
 >>  head/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
 >
 > Did you intend to change so much of svc_rpcsec_gss.c? What
 > was wrong with the 2 line change you posted before?

Big goof on my part - sorry to imply that you reviewed that :-).

I meant to type "svn commit kern/vfs_export.c
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c" but typed "svn export ..." instead.
I then saw my mistake and typed the proper commit line instead.  What I
didn't see was that "svn export" was an actual command that actually did
something I didn't want done.

- Jamie


More information about the svn-src-all mailing list