From owner-freebsd-questions Fri Mar 12 10:31:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pike.cdrom.com (pike.cdrom.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 9C7B0155AF for ; Fri, 12 Mar 1999 10:31:55 -0800 (PST) (envelope-from r3cgm@pike.cdrom.com) Received: (from r3cgm@localhost) by pike.cdrom.com (8.9.1a/8.9.1) id KAA05057 for questions@freebsd.org; Fri, 12 Mar 1999 10:32:45 -0800 (PST) Date: Fri, 12 Mar 1999 10:32:44 -0800 From: "Christopher G. Mann" To: questions@freebsd.org Subject: cvsup Comment Message-ID: <19990312103244.J3760@cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i X-Operating-System: FreeBSD 2.2.6-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is more of a comment than a question. After I'm done installing a new release of FreeBSD, typically the first thing I do is get my /ports and /src trees cvsup'ing. From past experience, I know how to do this fairly quickly. 1. Install cvsup-bin 2. cp /usr/share/examples/cvsup/standard-supfile /etc 3. cp /usr/share/examples/cvsup/ports-supfile /etc 4. vi /etc/standard-supfile A. change: *default release=cvs tag=. to *default release=cvs tag=RELENG_3 B. uncomment: src-crypto src-eBones src-secure C. comment out: # *default compress 5. vi /etc/ports-supfile A. uncomment: src-crypto src-eBones src-secure B. comment out: # *default compress 6. vi /etc/periodic/daily/800x.cvsup-src "/usr/local/bin/cvsup -P - -g /etc/standard-supfile" 7. vi /etc/periodic/daily/810x.ports-src "/usr/local/bin/cvsup -P - -g /etc/ports-supfile" Now surely Joe User can't be expected to do something like this as a new user of FreeBSD. Isn't there any way to write some sort of quick hack add-in for sysinstall that sets something like this up? Or at least have a reasonable pair of supfiles in /etc/periodic that can be activated? -- Christopher G. Mann - IT Manager, Webmaster Walnut Creek CDROM (www.cdrom.com) The FreeBSD Mall (www.freebsdmall.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message