From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 7 18:10:52 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 680E8106566C; Wed, 7 Apr 2010 18:10:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-hackers@freebsd.org Date: Wed, 7 Apr 2010 14:10:39 -0400 User-Agent: KMail/1.6.2 References: <201004061829.55444.jkim@FreeBSD.org> <20100407091901.GA16095@straylight.m.ringlet.net> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <201004071410.42653.jkim@FreeBSD.org> Cc: Garrett Cooper , Dag-Erling Sm??rgrav Subject: Re: [RFC] The official logo for logo_saver? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 18:10:52 -0000 On Wednesday 07 April 2010 05:23 am, Garrett Cooper wrote: > On Wed, Apr 7, 2010 at 2:19 AM, Peter Pentchev wrote: > > On Wed, Apr 07, 2010 at 09:18:09AM +0200, Dag-Erling Sm??rgrav wrote: > >> Jung-uk Kim writes: > >> > Although I really like logo_saver with Beastie, we have the > >> > official FreeBSD logo and I think it is time to say good-bye > >> > to the old logo image file. �The attached file is a drop-in > >> > replacement for sys/dev/syscons/logo/logo.c. > >> > > >> > What do you think? > >> > >> I agree, please commit. > > > > Mmm, not to belittle jkim's work in any way (thanks for taking > > the time!), but... I wonder if this could somehow be made > > optional - TBH, I really like the current/old/original logo_saver > > image :) Of course, the new one is nice, too, and also official, > > but I still like the old one just a little bit better :) > > > > Maybe keep both arrays in the file and have a sysctl or > > something? (yes, I know there are people who think that there are > > already too many sysctl's and new ones shouldn't be added for > > trifles, but still... :) > > Why not just move the current logo.c to another screensaver app > (say beastie.c?) and add the one Jung's proposing to logo.c? > Problem solved... I mean, there's still an option of including the > beastie logo in the bootup menu -- no sense in removing the > screensaver if the boot menu logo is still around IMO... All done now: http://svn.freebsd.org/changeset/base/206362 http://svn.freebsd.org/changeset/base/206363 http://svn.freebsd.org/changeset/base/206365 http://svn.freebsd.org/changeset/base/206366 http://svn.freebsd.org/changeset/base/206368 http://svn.freebsd.org/changeset/base/206374 Thanks for the feedback. Jung-uk Kim