Date: Tue, 19 Feb 2002 19:00:06 -0800 From: Kent Stewart <kstewart@owt.com> To: Joe & Fhe Barbish <barbish@a1poweruser.com> Cc: FBSD <freebsd-questions@FreeBSD.ORG> Subject: Re: cvsup /etc/cvsupfile Message-ID: <3C731136.5000202@owt.com> References: <LPBBIGIAAKKEOEJOLEGOIEBJCIAA.barbish@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Joe & Fhe Barbish wrote: > > I would like just to type cvsup on the command line > instead of all ways typing cvsup -l /etc/cvsupfile > > Is there any way to configure cvsup command to > default to -l2 and use /etc/cvsupfile all the time? > I want more than what you are doing and so I have a shell script to do the cvsup. It looks like ruby# cat upstable #! /bin/sh cd /root/cvsup cvsup -g -L 2 stable-supfile 2>&1 | tee cvsup.log # Now convert the log to html` cvsuplog < cvsup.log > cvsup-`date "+%Y%m%d-%H%M"`.html The cvsuplog converts the tee'ed output and creates a html clickable file that I can view with kongueror. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html 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?3C731136.5000202>