From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 04:48:35 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 8A35A16A4CE for ; Tue, 23 Nov 2004 04:48:35 +0000 (GMT) Received: from ms-smtp-04.texas.rr.com (ms-smtp-04.texas.rr.com [24.93.47.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C5343D39 for ; Tue, 23 Nov 2004 04:48:34 +0000 (GMT) (envelope-from afabian@austin.rr.com) Received: from turingmachine.mentalsiege.net (cs70112247-52.austin.rr.com [70.112.247.52])iAN4mPJ5015870 for ; Mon, 22 Nov 2004 22:48:30 -0600 (CST) Received: from turingmachine.mentalsiege.net (turingmachine.mentalsiege.net [127.0.0.1])iAN4lc0a064752 for ; Mon, 22 Nov 2004 22:47:44 -0600 (CST) (envelope-from afabian@turingmachine.mentalsiege.net) Received: (from afabian@localhost)iAN4la8o064751 for questions@freebsd.org; Mon, 22 Nov 2004 22:47:36 -0600 (CST) (envelope-from afabian) Date: Mon, 22 Nov 2004 22:47:14 -0600 From: Adam Fabian To: questions@freebsd.org Message-ID: <20041123044714.GG38638@turingmachine.mentalsiege.net> References: <41A2AA84.1070400@att.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <41A2AA84.1070400@att.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Sysinstall - why two different programs in 5.3 RELEASE? 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, 23 Nov 2004 04:48:35 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 22, 2004 at 07:12:04PM -0800, Jay O'Brien wrote: > However, the FreeBSD Handbook says to type /stand/sysinstall: > I find the following files are present: >=20 > 403488 Nov 4 17:27 /usr/sbin/sysinstall > 2046148 Nov 4 20:22 /stand/sysinstall >=20 > When I invoke these programs, the screens that come up are=20 > identical, and the functions seem to be the same.=20 >=20 > Why are there two versions of sysinstall, one five times the=20 > size of the other, and what are the differences between them=20 > other than file size and time? Everything in /stand is statically linked, which means that corrupt libraries or libraries on an unavailable partition will not affect their operation. That also means they're larger. This could be useful if you bring the system up single-user and /usr, on a separate partition, is corrupt or destroyed. afabian@turingmachine /home/afabian $ ldd /stand/sysinstall ldd: /stand/sysinstall: not a dynamic executable afabian@turingmachine /home/afabian $ ldd /usr/sbin/sysinstall /usr/sbin/sysinstall: libdialog.so.4 =3D> /usr/lib/libdialog.so.4 (0x280b9000) libncurses.so.5 =3D> /lib/libncurses.so.5 (0x280d2000) libutil.so.4 =3D> /lib/libutil.so.4 (0x28111000) libftpio.so.5 =3D> /usr/lib/libftpio.so.5 (0x2811d000) libc.so.5 =3D> /lib/libc.so.5 (0x2812200 --=20 Adam Fabian (afabian@austin.rr.com) --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBosDS/9HEzeJgMxwRAnGqAKCUJxPISWnBCcWJoEvmgsQS5lv+OwCgmnRJ QwhFTOMreyy1sPdg51VMt/M= =ZiKF -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz--