From owner-freebsd-afs@FreeBSD.ORG Tue Dec 16 16:30:30 2008 Return-Path: Delivered-To: freebsd-afs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B01FD1065673 for ; Tue, 16 Dec 2008 16:30:30 +0000 (UTC) (envelope-from shadow@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 6533E8FC0C for ; Tue, 16 Dec 2008 16:30:30 +0000 (UTC) (envelope-from shadow@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1818387yxb.13 for ; Tue, 16 Dec 2008 08:30:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=oqh7bEtreLqlbE5JB15qFzj6adr9tcSih1FNiHyG3pc=; b=B+R0tZ0jcQSKzqNpDdYXgAOg9KjunLP715/OCnRvVLRsuVybBas5aQF+Iz322DjvKh oZVokWjrg83gIeXpt48g16BDbRvyyza0m8xIC5OC9JnT4Yh8fy/RzBwjWNY2Cs14KZm0 FHaOvNKzKy8jzxOu5pVfHSyfCs6qCD7YqjfAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=t6iwPOk834JNfAYhH8eY8nLtc5zTkjDzpqcihSq1o/Omdzz6VecJKme8UjwmO4Taix ftDwkuyfQ9nYwluLMGlPjNcmR4EtwM+aVLV/C5muplB8Cwlq9KDGABW7X4S901NkjRc7 Rh7NzH5qleiYQtNHTIYPGCe1gEFvdxvdqw0JI= Received: by 10.151.99.3 with SMTP id b3mr1120794ybm.167.1229445029819; Tue, 16 Dec 2008 08:30:29 -0800 (PST) Received: by 10.151.153.1 with HTTP; Tue, 16 Dec 2008 08:30:29 -0800 (PST) Message-ID: Date: Tue, 16 Dec 2008 11:30:29 -0500 From: "Derrick Brashear" To: "Boris Samorodov" In-Reply-To: <03443077@bb.ipt.ru> MIME-Version: 1.0 References: <37396849@bs1.sp34.ru> <83768316_-_@bs1.sp34.ru> <4947B153.5060101@arcadebsd.org> <4947B7C4.8030004@arcadebsd.org> <35608451_-_@bb.ipt.ru> <69525564@bb.ipt.ru> <03443077@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-afs@freebsd.org Subject: Re: openafs port(s) in general X-BeenThere: freebsd-afs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: The Andrew File System and FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2008 16:30:30 -0000 On Tue, Dec 16, 2008 at 11:26 AM, Boris Samorodov wrote: > "Derrick Brashear" writes: > > On Tue, Dec 16, 2008 at 10:44 AM, Boris Samorodov wrote: > >> Boris Samorodov writes: > >> > >> > If you (read: developers, users and admins of OpenAFS on FreeBSD) give > >> > me a definite answer then I'll create such a port. > >> > >> Hm, I've found an answer. This page seems to be authorative enough: > >> http://www.openafs.org/manpages/index.html > >> > > notice some commands (vos) appear in "user" and "administrator"... > > Didn't find. Which one? > actually i guess vos is always "user" according to that, which is bunk. you must be an admin to run e.g. vos changeloc, vos addsite, etc... whereas vos examine, not so much. i could edit the web page in question if it'd help ;) but really what it means is vos_* appears in man1, and the "admin" stuff appears in man8. it's sort of arbitrary.