From owner-freebsd-stable Tue May 7 1: 3:34 2002 Delivered-To: freebsd-stable@freebsd.org Received: from L312-216-1.iae.nsk.su (L312-216-1.iae.nsk.su [193.124.169.107]) by hub.freebsd.org (Postfix) with ESMTP id 48E3F37B408 for ; Tue, 7 May 2002 01:03:27 -0700 (PDT) Received: from L312-216-1.iae.nsk.su (localhost [127.0.0.1]) by L312-216-1.iae.nsk.su (8.12.3/8.12.3) with ESMTP id g4783Kws001082 for ; Tue, 7 May 2002 15:03:20 +0700 (NOVST) (envelope-from od@L312-216-1.iae.nsk.su) Received: (from od@localhost) by L312-216-1.iae.nsk.su (8.12.3/8.12.3/Submit) id g4783Kui001081 for freebsd-stable@freebsd.org; Tue, 7 May 2002 15:03:20 +0700 (NOVST) Date: Tue, 7 May 2002 15:03:20 +0700 From: oleg dashevskii To: freebsd-stable@freebsd.org Subject: Q: how to get hardlinks in /stand properly updated? Message-ID: <20020507150320.A1037@lab15.iae.nsk.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, well, I used cd /usr/src/release/sysinstall; make all install to update /stand after installworld and installkernel. Handbook has told me that all files in this directory are hardlinked to sysinstall... After the new sysinstall binary had been installed, I looked at /stand and saw that nothing has been updated except for this only binary. `ls -i` showed that all other files share the same inode (comme il faut), and sysinstall has its own, a different one. How to update hardlinks automatically? I'm too lazy to do it by hand... J7 / be9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message