From owner-freebsd-current Wed Jan 27 22:13:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20241 for freebsd-current-outgoing; Wed, 27 Jan 1999 22:13:18 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20236 for ; Wed, 27 Jan 1999 22:13:14 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA13010; Thu, 28 Jan 1999 17:12:43 +1100 Date: Thu, 28 Jan 1999 17:12:43 +1100 From: Bruce Evans Message-Id: <199901280612.RAA13010@godzilla.zeta.org.au> To: axl@iafrica.com, pantzer@ludd.luth.se Subject: Re: NIS with HPUX 10.20 Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> If installworld assumes single-user mode, why do we install -C >> ld-elf.so.1 ? The first time I asked this question, I didn't mention >> ... >Why _not_ use -C? What is the point in replacing a file with the same file? >install -C will replace the file if the new file is diffrent. Plain install may be a bit faster, and some people may like all timestamps to be set to the time of the install. Using -C is optional. I always use it (and -p). >That is realy good if you do backups as only the new files will be in the >backup. That's the main reason for -C. >And it is good if installworld works on a active system even if it is not >supported. Plain install should work just as well for that (it doesn't). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message