From owner-freebsd-questions@FreeBSD.ORG Tue Apr 13 13:07:28 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 0C7DB16A4CE for ; Tue, 13 Apr 2004 13:07:28 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7472E43D49 for ; Tue, 13 Apr 2004 13:07:25 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 13 Apr 2004 15:08:09 -0500 Message-ID: <407C487A.9090303@daleco.biz> Date: Tue, 13 Apr 2004 15:07:22 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Henning References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Apr 2004 20:08:10.0375 (UTC) FILETIME=[0B1FA970:01C42193] cc: freebsd-questions@freebsd.org Subject: Re: src files 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, 13 Apr 2004 20:07:28 -0000 Brian Henning wrote: >Greetings, > >The following files are in the /src directory on the bsd install cd. How can I >get the most recent version of these files? >or are they only updated on release? >Thanks, > >Brian > >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:54 ssys.aa* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:54 ssys.ab* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.ac* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.ad* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.ae* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.af* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.ag* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.ah* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.ai* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.aj* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.ak* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.al* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.am* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.an* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.ao* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:55 ssys.ap* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:56 ssys.aq* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:56 ssys.ar* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:56 ssys.as* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:56 ssys.at* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:56 ssys.au* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:56 ssys.av* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:56 ssys.aw* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:56 ssys.ax* >-rwxr-xr-x 1 root wheel 240640 Apr 10 04:56 ssys.ay* > > These aren't the files you're looking for ... You can go about your business ... Move along ... Seriously, please note that every file is the same size, same mod time/date. These are "chunks" created by the "make release" command, and used by "/stand/sysinstall" during an initial installation. You need to learn about cvsup/buildworld and friends, as Remko suggested. Kevin Kinsey