Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2011 21:03:20 +0000 (UTC)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-svnadmin@freebsd.org
Subject:   svn commit: r222779 - svnadmin/tools/checkacl
Message-ID:  <201106062103.p56L3KZ6048259@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: simon
Date: Mon Jun  6 21:03:19 2011
New Revision: 222779
URL: http://svn.freebsd.org/changeset/base/222779

Log:
  Update the comment in the start of the checkacl program to be related
  to checkacl.c and not svnssh.

Modified:
  svnadmin/tools/checkacl/checkacl.c

Modified: svnadmin/tools/checkacl/checkacl.c
==============================================================================
--- svnadmin/tools/checkacl/checkacl.c	Mon Jun  6 21:02:26 2011	(r222778)
+++ svnadmin/tools/checkacl/checkacl.c	Mon Jun  6 21:03:19 2011	(r222779)
@@ -1,12 +1,8 @@
 /*
  * Ok, so this isn't exactly pretty, so sue me.
  *
- * The basic idea is to filter the arguments, check that everything
- * is happy, then give the appropriate privs, and exec the real svnserve.
- *
- * Installed setuid-root, grants the appropriate gid, then revokes setuid.
- * We use this in a NIS override.  ie:
- *   +:*::::::::/usr/local/bin/svnssh
+ * FreeBSD Subversion tree ACL check helper.  The program looks in
+ * relevant access files to find out if the committer may commit.
  *
  * From: Id: cvssh.c,v 1.38 2008/05/31 02:54:58 peter Exp
  * $FreeBSD$



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106062103.p56L3KZ6048259>