From owner-svn-doc-all@FreeBSD.ORG Mon Sep 24 10:54:29 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 925AE106566C; Mon, 24 Sep 2012 10:54:29 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7ACF58FC12; Mon, 24 Sep 2012 10:54:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8OAsTAk004049; Mon, 24 Sep 2012 10:54:29 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8OAsThm004046; Mon, 24 Sep 2012 10:54:29 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201209241054.q8OAsThm004046@svn.freebsd.org> From: Gabor Kovesdan Date: Mon, 24 Sep 2012 10:54:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39613 - in head/fr_FR.ISO8859-1: articles articles/ip-aliasing articles/java-tomcat articles/make-world articles/ntfs articles/ppp articles/programming-tools articles/pxe books books/p... X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 10:54:29 -0000 Author: gabor Date: Mon Sep 24 10:54:28 2012 New Revision: 39613 URL: http://svn.freebsd.org/changeset/doc/39613 Log: - Remove stale articles and a book Discussed with: blackend Deleted: head/fr_FR.ISO8859-1/articles/ip-aliasing/ head/fr_FR.ISO8859-1/articles/java-tomcat/ head/fr_FR.ISO8859-1/articles/make-world/ head/fr_FR.ISO8859-1/articles/ntfs/ head/fr_FR.ISO8859-1/articles/ppp/ head/fr_FR.ISO8859-1/articles/programming-tools/ head/fr_FR.ISO8859-1/articles/pxe/ head/fr_FR.ISO8859-1/books/ppp-primer/ Modified: head/fr_FR.ISO8859-1/articles/Makefile head/fr_FR.ISO8859-1/books/Makefile Modified: head/fr_FR.ISO8859-1/articles/Makefile ============================================================================== --- head/fr_FR.ISO8859-1/articles/Makefile Mon Sep 24 10:46:49 2012 (r39612) +++ head/fr_FR.ISO8859-1/articles/Makefile Mon Sep 24 10:54:28 2012 (r39613) @@ -15,22 +15,15 @@ SUBDIR+= cvsup-advanced SUBDIR+= explaining-bsd SUBDIR+= filtering-bridges SUBDIR+= fonts -SUBDIR+= ip-aliasing SUBDIR+= ipsec-must -SUBDIR+= java-tomcat SUBDIR+= laptop SUBDIR+= linux-users -SUBDIR+= make-world SUBDIR+= mh SUBDIR+= nanobsd SUBDIR+= new-users -SUBDIR+= ntfs SUBDIR+= pam -SUBDIR+= ppp SUBDIR+= pr-guidelines SUBDIR+= problem-reports -SUBDIR+= programming-tools -SUBDIR+= pxe SUBDIR+= releng-packages ROOT_SYMLINKS+= new-users Modified: head/fr_FR.ISO8859-1/books/Makefile ============================================================================== --- head/fr_FR.ISO8859-1/books/Makefile Mon Sep 24 10:46:49 2012 (r39612) +++ head/fr_FR.ISO8859-1/books/Makefile Mon Sep 24 10:54:28 2012 (r39613) @@ -10,7 +10,6 @@ SUBDIR = faq SUBDIR+= handbook SUBDIR+= fdp-primer SUBDIR+= developers-handbook -SUBDIR+= ppp-primer ROOT_SYMLINKS= faq handbook