Date: Sat, 25 Dec 1999 04:49:00 -0800 (PST) From: Kris Kennaway <kris@hub.freebsd.org> To: Vivek Khera <khera@kciLink.com> Cc: freebsd-stable@freebsd.org Subject: Re: three files in /usr/sbin not updated by make world Message-ID: <Pine.BSF.4.21.9912250445510.83062-100000@hub.freebsd.org> In-Reply-To: <14431.51803.933833.985122@onceler.kcilink.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.9912250445510.83062-100000>