From owner-freebsd-questions Fri Mar 2 12:40: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 475EC37B718 for ; Fri, 2 Mar 2001 12:39:59 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 12024 invoked by uid 100); 2 Mar 2001 20:39:58 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15008.1310.570401.610292@guru.mired.org> Date: Fri, 2 Mar 2001 14:39:58 -0600 To: Peter Cc: questions@freebsd.org Subject: Re: Ports, CVS, base install, and sendmail In-Reply-To: <102188660@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter types: > I went out and bought the 4.0-R from compUSA, installed that using the basic install with X. I've been > keeping up to date with cvsup so now I'm running 4.2-Stable. The problem is, is there a way I can get > rid of sendmail from my system as in remove it with somethign like "pkg_delete" as it does not show up > in pkg_info, I cannot delete it [I want to try running qmail] Also I'm wondering the same thing about perl > and the various other programs installed in the base system, how would one go about removing them > from the system? Or my current delima, yes I can disable sendmail, in rc.conf and make.conf, but all > it's crap is still out there on the system [yes I can probably get rid of most of it manually], how do people > that use qmail/postfix/other mailer deal with this? Your text would be easier to read (and hence generate more answers) if you wrapped the lines before 80 characters, instead of out at 120. Anyway, once you've disabled building it via make.conf and starting it via rc.conf, edit mailer.conf(5) to use the tools you want. You can then ignore the rest. Or delete parts of it if you want, but be careful - /usr/sbin/sendmail is *not* part of sendmail! > cvsup/make world question: When I do cvsup with tag=RELENG_4 and ports all, i get the new ports > layout and update to the current stable branch of the 4.x series, then when i do make buildworld, i'm > confused: Does it also rebuild all the ports I have installed with the bug fixes or does it only rebuild > those base programs that came with the system? If it only rebuilds the base programs that came with > the system ok, so to update ports I have to manually do pkg_info ....ahh this port needs update etc.? No, rebuilding after supping doesn't rebuild any of the ports. You can either rebuild them all (which might be useful if the compiler or something equally fundamental has changed), or use pkg_version -c to generate a shell script to recompile them. Note that this script *must* be edited by hand! It even inserts an "exit" at the top to prevent you from running it as is. Finally, if you set weekly_status_pkg_enable to "YES" in /etc/periodic.conf, you'll get a weekly list of ports that have been updated since you installed them. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message