From owner-freebsd-stable@FreeBSD.ORG Fri Dec 6 14:34:05 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46092AB7 for ; Fri, 6 Dec 2013 14:34:05 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30E581280 for ; Fri, 6 Dec 2013 14:34:04 +0000 (UTC) Received: from [10.1.3.5] (cnet520-windstream.mcclatchyinteractive.com [166.108.16.2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id 8DAE41A7036; Fri, 6 Dec 2013 09:34:03 -0500 (EST) Message-ID: <52A1E05A.10904@mail.lifanov.com> Date: Fri, 06 Dec 2013 09:34:02 -0500 From: Nikolai Lifanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd@skysmurf.nl Subject: Re: [games/ofortune] CFT and pending issues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 14:34:05 -0000 > -1- > It's tentatively called ofortune. If you can think of a better name, > > then > by all means shoot. How about fortune-offensive? I suggest putting new fortunes in /usr/local/games/fortune. You can install /usr/local/bin/fortune, which is a shell script with roughly this content: #!/bin/sh env FORTUNE_PATH=/usr/local/games/fortune:/usr/games/fortune $@ - Nikolai Lifanov