From owner-freebsd-current Tue Jun 27 01:06:06 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAB14641 for current-outgoing; Tue, 27 Jun 1995 01:06:06 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAB14635 ; Tue, 27 Jun 1995 01:06:01 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id BAA06007; Tue, 27 Jun 1995 01:05:56 -0700 From: "Rodney W. Grimes" Message-Id: <199506270805.BAA06007@gndrsh.aac.dev.com> Subject: Re: when is the supscan done? To: gpalmer@westhill.cdrom.com (Gary Palmer) Date: Tue, 27 Jun 1995 01:05:56 -0700 (PDT) Cc: peter@haywire.DIALix.COM, current@freebsd.org, jmb@freebsd.org In-Reply-To: <23226.804216245@westhill.cdrom.com> from "Gary Palmer" at Jun 26, 95 06:24:05 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1186 Sender: current-owner@freebsd.org Precedence: bulk > > In message <199506261755.KAA04885@gndrsh.aac.dev.com>, "Rodney W. Grimes" write > s: > >Right now this just goes out to the root: alias in /etc/sendmail.cf, > >but that can be changed pretty easily. > > They also contain a lot more info than I think people want to see... > (and the root alias is in /etc/aliases, not sendmail.cf :-) ) > > Perhaps we should split the cvs update's off somehow to enable the > supscan's to still go to root? After my last set of hackery to /root/bin/update_usrsrc it is time for a rewrite using shell functions and while someone is at it the update should be split out and send probably to freebsd-current and to freebsd-stable respectfully. Also the long list of /usr/local/bin/supscan should be converted to a shell function and used something like this (my shell programming lessons predate functions, so syntax may be wrong here). dosupcan (supsubclass) { for i in base bin ... usrsbin; do /usr/local/bin/supscan /home ${supsubclass}${i} done } dosupscan(""); dosupscan("stable-"); -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD