Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2003 01:22:56 +0100
From:      Joan Picanyol i Puig <lists-freebsd-questions@biaix.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Selecting a specific list of ports to update
Message-ID:  <20030106002256.GA49516@grummit.biaix.org>
In-Reply-To: <001801c2b510$f61c4ff0$6a32a8c0@dpg>
References:  <20030105200213.GN65686@sub21-156.member.dsl-only.net> <001801c2b510$f61c4ff0$6a32a8c0@dpg>

next in thread | previous in thread | raw e-mail | index | archive | help
* Daniel Goepp <freebsd@goepp.com> [20030106 00:18]:
> So, I think I'm going to go ahead and
> write my own script, to read a config file with a list of apps, and pull
> their directories. 
That's what I'd do (untested):

CVSROOT=:pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs
mkdir /tmp/`hostname`.$$; cd /tmp/`hostname`.$$
cvs -d $CVSROOT login
cvs -d $CVSROOT co modules
cvs -d $CVSROOT co  `grep -f modules.mine modules/modules | cut -f 1`

modules.mine is your subset of choice from modules/modules

qvb
-- 
pica

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030106002256.GA49516>