From owner-freebsd-questions Fri Jul 5 18:51:40 2002 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 E14CE37B400 for ; Fri, 5 Jul 2002 18:51:36 -0700 (PDT) Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id E938143E09 for ; Fri, 5 Jul 2002 18:51:35 -0700 (PDT) (envelope-from ryan@sasknow.com) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.11.6/8.11.6) with ESMTP id g661pWJ55290; Fri, 5 Jul 2002 19:51:32 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Fri, 5 Jul 2002 19:51:32 -0600 (CST) From: Ryan Thompson To: Lee Cc: freebsd-questions@FreeBSD.ORG Subject: Re: File System Monitoring In-Reply-To: <003701c22476$4bb529e0$6400a8c0@Administrator> Message-ID: <20020705194252.D44558-100000@ren.sasknow.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Lee wrote to freebsd-questions@FreeBSD.ORG: > Sorry I should have been more clear. > > Although maybe this defeats the point in using FreeBSD I am not > using the Ports collection unless absolutley necessary. Mostly I am > installing from source. OK. You should know that the ports are much nicer than installing from source... But since you are a self-proclaimed newbie, I will guess that you're installing from source to learn about the make process, which is a good exercise. You can use the same advice that another poster gave you; use script(1) as described before you run the "make install" following the source build. In most cases, FreeBSD ports are little more than automated fetch/build of the source. > To put this into perspective, something I am currently doing is > testing out various mail servers. > > At the moment I am trying out Postfix, but in the future I will > probably try qmail, exim and even sendmail for a little nostalga (or > a headache trying to figure out how the full-formed config files > work). > The thing is all these programs put files everywhere. Want I want > to be able to do is install the program, try it out for a bit and > then remove it so I can try something else. If you just want to experiment with a whole bunch of programs, I *will* highly recommend the ports. If you don't like it, you can just pkg_delete it by name, and it will go through the port's pkg-plist and clean up everything but the configuration files (which you may have modified) for you. > Cheers > > Lee > > ----- Original Message ----- > From: "Danny Pansters" > To: "Lee" > Sent: Friday, July 05, 2002 9:50 PM > Subject: Re: File System Monitoring > > > On Friday 05 July 2002 21:39, Lee wrote: > > Because I use my FreeBSD 4.6 machine purely for learning rather product > use > > I am installing a lot of different programs to try them out. What I am > > looking for is a program that I can run after each program is installed to > > see a the most simple level what files have been added, but I would also > > prefer to be able to see what files have been modified. > > > > I believe this can be done using a combination of find & diff, but does > > anyone know of any good programs that provide more advanced options or > > simply provide better results. > > Find can be used for many things including what you want; diff is used to > show > differences between file.old and file.new. > > But if you're building/installing from ports or if you are installing from > binary packages but also have the ports tree installed, then you can simply > look at /usr/ports/*/your_port/pkg_plist which lists exactly which files go > where. > > HTH, > > -- > DaN > > Want music? http://www.mp3.com/stations/ricin_radio > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Ryan Thompson SaskNow Technologies - http://www.sasknow.com 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-244-7037 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message