From owner-freebsd-stable Sat Dec 25 4:49: 3 1999 Delivered-To: freebsd-stable@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 595F214CB6; Sat, 25 Dec 1999 04:49:00 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 46F6E1CD43B; Sat, 25 Dec 1999 04:49:00 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Sat, 25 Dec 1999 04:49:00 -0800 (PST) From: Kris Kennaway To: Vivek Khera Cc: freebsd-stable@freebsd.org Subject: Re: three files in /usr/sbin not updated by make world In-Reply-To: <14431.51803.933833.985122@onceler.kcilink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 21 Dec 1999, Vivek Khera wrote: > Three programs in /usr/sbin were not updated. This machine was > initially installed a couple of weeks ago using the 3.3-RELEASE CD, > and had make world done on it on December 9 as well. > -r-xr-xr-x 2 root wheel 3148 Sep 16 18:48 ulaw2alaw* > -r-xr-xr-x 2 root wheel 3148 Sep 16 18:48 alaw2ulaw* Hmm, these probably either came from some software you compiled and installed yourself (not a port) -- the most likely explanation -- or from a port which does the wrong thing and installs under /usr/sbin. You can check whether it's the latter by doing cd /var/db/pkg grep alaw2ulaw */+CONTENTS to see which package you have installed which contains them. If they came from a package then it's probably a bug which you should submit a problem report for (see the handbook) Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message