svn commit: r222779 - svnadmin/tools/checkacl

[ Available lists | Index of svn-src-svnadmin | Month of Jun 2011 | Week of 6 Jun 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Simon L. Nielsen <simon@FreeBSD.org>
Date
6 Jun 2011 21:03:20
Subject
svn commit: r222779 - svnadmin/tools/checkacl
Message-ID
201106062103.p56L3KZ6048259@svn.freebsd.org


[ Hide this part ]
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$

Elapsed time: 0.109 seconds