From owner-svn-src-all@freebsd.org Tue Nov 14 21:18:31 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5C1BDDE649; Tue, 14 Nov 2017 21:18:31 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FAF770110; Tue, 14 Nov 2017 21:18:31 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAELIUOu057151; Tue, 14 Nov 2017 21:18:30 GMT (envelope-from benno@FreeBSD.org) Received: (from benno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAELIUoi057150; Tue, 14 Nov 2017 21:18:30 GMT (envelope-from benno@FreeBSD.org) Message-Id: <201711142118.vAELIUoi057150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: benno set sender to benno@FreeBSD.org using -f From: Benno Rice Date: Tue, 14 Nov 2017 21:18:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325828 - head/usr.bin/fortune/datfiles X-SVN-Group: head X-SVN-Commit-Author: benno X-SVN-Commit-Paths: head/usr.bin/fortune/datfiles X-SVN-Commit-Revision: 325828 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 21:18:31 -0000 Author: benno Date: Tue Nov 14 21:18:30 2017 New Revision: 325828 URL: https://svnweb.freebsd.org/changeset/base/325828 Log: Remove all fortune datfiles except freebsd-tips. Humour is a funny thing. What is funny to one person is not funny to all people. What is insightful to one person is similarly not universal. The fortune datfiles have been around a long time and have undoubtedly amused people but it's time to acknowledge their subjective, and in some cases at least potentially offensive, nature and stop distributing them with the imprimatur of the FreeBSD project. If anyone wishes to distribute these via other mechanisms they are welcome to check them out of history and do so. MFC after: 2 days Deleted: head/usr.bin/fortune/datfiles/fortunes head/usr.bin/fortune/datfiles/fortunes.sp.ok head/usr.bin/fortune/datfiles/gerrold.limerick head/usr.bin/fortune/datfiles/limerick head/usr.bin/fortune/datfiles/limerick.sp.ok head/usr.bin/fortune/datfiles/murphy head/usr.bin/fortune/datfiles/murphy-o head/usr.bin/fortune/datfiles/murphy.sp.ok head/usr.bin/fortune/datfiles/startrek head/usr.bin/fortune/datfiles/startrek.sp.ok head/usr.bin/fortune/datfiles/zippy head/usr.bin/fortune/datfiles/zippy.sp.ok Modified: head/usr.bin/fortune/datfiles/Makefile Modified: head/usr.bin/fortune/datfiles/Makefile ============================================================================== --- head/usr.bin/fortune/datfiles/Makefile Tue Nov 14 21:11:55 2017 (r325827) +++ head/usr.bin/fortune/datfiles/Makefile Tue Nov 14 21:18:30 2017 (r325828) @@ -1,11 +1,7 @@ # @(#)Makefile 8.2 (Berkeley) 4/19/94 # $FreeBSD$ -DB= fortunes freebsd-tips murphy startrek zippy - -# TO AVOID INSTALLING THE POTENTIALLY OFFENSIVE FORTUNES, COMMENT OUT THE -# NEXT LINE. -DB+= limerick murphy-o gerrold.limerick +DB= freebsd-tips BLDS= ${DB:S/$/.dat/} FILES= ${DB} ${BLDS}