From owner-freebsd-questions@FreeBSD.ORG Tue Jun 8 07:37:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A67D816A4CE for ; Tue, 8 Jun 2004 07:37:09 +0000 (GMT) Received: from dime54.dizinc.com (66-194-239-69.dimenoc.com [66.194.239.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806E743D1D for ; Tue, 8 Jun 2004 07:37:09 +0000 (GMT) (envelope-from bhunter@solisix.com) Received: from c-67-172-98-39.client.comcast.net ([67.172.98.39] helo=[192.168.1.13]) by dime54.dizinc.com with esmtp (Exim 4.34) id 1BXbAS-0000pp-8d for freebsd-questions@freebsd.org; Tue, 08 Jun 2004 03:37:08 -0400 From: Bruce Hunter To: freebsd-questions@freebsd.org In-Reply-To: <200406080026.24396.kstewart@owt.com> References: <1086678211.1640.13.camel@solid.solisixoffice.com> <200406080026.24396.kstewart@owt.com> Content-Type: text/plain Organization: Solisix Software Message-Id: <1086680219.29206.3.camel@solid.solisixoffice.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 08 Jun 2004 03:37:00 -0400 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dime54.dizinc.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - solisix.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Boot GUI / Boot data and process / Fragmentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 07:37:09 -0000 Thanks for your help Kent I read something about using portversion -c with the portupgrade command to upgrade installed pkgs that needed to be updated. When I run portversion -c :: I get a print out of things needed to be upgraded and at the end, it shows a 'if' statment. How do you use this command with portupgrade so it just updates them instead of just showing me. Just do it dang it... just do it! ;o) Bruce.. On Tue, 2004-06-08 at 03:26, Kent Stewart wrote: > On Tuesday 08 June 2004 12:03 am, Bruce Hunter wrote: > > This is off topic, I was wondering if there is a pretty little gui > > that will run when booting. Kinda like windows, lindows, and even > > Redhat Fedora has one; which can be switched back and forth. > > Basically, so I don't have to see the text scrolling down and just > > see a loader with %. Maybe in the ports collection? If not I might > > have write one. :oP > > Windows only hides the boot. Press the key and it kills the splash > screen. > > Why does it matter. I start a boot and go get a cup of coffee, it is > always finished when I get back. It is only a problem if you make it > into one :). > > > > > Oh, and thanks for your comments/answers. One last question thought? > > How do I get rid of that fragmentation crap? Just for shits and > > giggles.. ;o) > > > > There isn't one. Unix fixes fragmented files without your help. The only > thing you need to know is "fsck -y" from single user mode to fix a bad > shutdown. > > Kent