From owner-svn-src-stable@FreeBSD.ORG Thu Jul 4 01:18:39 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5CBA522C; Thu, 4 Jul 2013 01:18:39 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4F3A1120D; Thu, 4 Jul 2013 01:18:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r641IduP094758; Thu, 4 Jul 2013 01:18:39 GMT (envelope-from rmacklem@svn.freebsd.org) Received: (from rmacklem@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r641IdlD094757; Thu, 4 Jul 2013 01:18:39 GMT (envelope-from rmacklem@svn.freebsd.org) Message-Id: <201307040118.r641IdlD094757@svn.freebsd.org> From: Rick Macklem Date: Thu, 4 Jul 2013 01:18:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r252675 - stable/9/usr.sbin/gssd X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 01:18:39 -0000 Author: rmacklem Date: Thu Jul 4 01:18:38 2013 New Revision: 252675 URL: http://svnweb.freebsd.org/changeset/base/252675 Log: MFC: r252139 Document the "-o" option added by r252138. This is a content change. Modified: stable/9/usr.sbin/gssd/gssd.8 Directory Properties: stable/9/usr.sbin/gssd/ (props changed) Modified: stable/9/usr.sbin/gssd/gssd.8 ============================================================================== --- stable/9/usr.sbin/gssd/gssd.8 Thu Jul 4 01:15:44 2013 (r252674) +++ stable/9/usr.sbin/gssd/gssd.8 Thu Jul 4 01:18:38 2013 (r252675) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 5, 2013 +.Dd June 23, 2013 .Dt GSSD 8 .Os .Sh NAME @@ -34,6 +34,7 @@ .Sh SYNOPSIS .Nm .Op Fl d +.Op Fl o .Op Fl v .Op Fl s Ar dir-list .Op Fl c Ar file-substring @@ -50,6 +51,10 @@ Run in debug mode. In this mode, .Nm will not fork when it starts. +.It Fl o +Force use of DES and the associated old style GSS-API initialization token. +This may be required to make kerberized NFS mounts work against some +non-FreeBSD NFS servers. .It Fl v Run in verbose mode. In this mode,