From owner-svn-src-stable@FreeBSD.ORG Tue Apr 21 09:53:12 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 455B21065672; Tue, 21 Apr 2009 09:53:12 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3219C8FC14; Tue, 21 Apr 2009 09:53:12 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3L9rCxP078468; Tue, 21 Apr 2009 09:53:12 GMT (envelope-from blackend@svn.freebsd.org) Received: (from blackend@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3L9rClk078467; Tue, 21 Apr 2009 09:53:12 GMT (envelope-from blackend@svn.freebsd.org) Message-Id: <200904210953.n3L9rClk078467@svn.freebsd.org> From: Marc Fonvieille Date: Tue, 21 Apr 2009 09:53:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191349 - stable/7/usr.sbin/sysinstall X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 21 Apr 2009 09:53:13 -0000 Author: blackend (doc committer) Date: Tue Apr 21 09:53:11 2009 New Revision: 191349 URL: http://svn.freebsd.org/changeset/base/191349 Log: MFC: r191265 Add docs category. Approved by: re (kensmith) Modified: stable/7/usr.sbin/sysinstall/index.c Modified: stable/7/usr.sbin/sysinstall/index.c ============================================================================== --- stable/7/usr.sbin/sysinstall/index.c Tue Apr 21 09:43:51 2009 (r191348) +++ stable/7/usr.sbin/sysinstall/index.c Tue Apr 21 09:53:11 2009 (r191349) @@ -93,6 +93,7 @@ static char *descrs[] = { "deskutils", "Various Desktop utilities.", "devel", "Software development utilities and libraries.", "dns", "Domain Name Service tools.", + "docs", "Meta-ports for FreeBSD documentation.", "editors", "Editors.", "elisp", "Things related to Emacs Lisp.", "emulators", "Utilities for emulating other operating systems.",