From owner-cvs-src-old@FreeBSD.ORG Mon Feb 15 15:10:40 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CED4210656C5 for ; Mon, 15 Feb 2010 15:10:40 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB22C8FC1B for ; Mon, 15 Feb 2010 15:10:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1FFAesM036547 for ; Mon, 15 Feb 2010 15:10:40 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1FFAe5H036546 for cvs-src-old@freebsd.org; Mon, 15 Feb 2010 15:10:40 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201002151510.o1FFAe5H036546@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Mon, 15 Feb 2010 15:10:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/fortune fortune.6 fortune.c pathnames.h src/games/fortune/strfile strfile.8 strfile.c strfile.h src/games/fortune/unstr unstr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 15:10:40 -0000 uqs 2010-02-15 15:10:21 UTC FreeBSD src repository Modified files: games/fortune/fortune fortune.6 fortune.c pathnames.h games/fortune/strfile strfile.8 strfile.c strfile.h games/fortune/unstr unstr.c Log: SVN rev 203926 on 2010-02-15 15:10:21Z by uqs fortune(6) switch to 3-clause BSDL; style(9) This reduces the diff to other *BSD and makes it possible to actually see the code differences. Approved by: ed (Co-mentor) Revision Changes Path 1.24 +1 -5 src/games/fortune/fortune/fortune.6 1.34 +134 -128 src/games/fortune/fortune/fortune.c 1.2 +2 -5 src/games/fortune/fortune/pathnames.h 1.15 +1 -5 src/games/fortune/strfile/strfile.8 1.33 +76 -87 src/games/fortune/strfile/strfile.c 1.5 +1 -5 src/games/fortune/strfile/strfile.h 1.13 +27 -30 src/games/fortune/unstr/unstr.c