makecvsinstall 342 Bytes
#!/bin/sh
#
# Run on a machine with cvs already built and installed and tar off the
# files we need to install on another machine
#

tar cvf cvsinstall.tar			\
/usr/local/bin/cvs*			\
/usr/local/info/cvs*			\
/usr/local/lib/cvs			\
/usr/local/man/man1/cvs*		\
/usr/local/man/man5/cvs*		\
/usr/local/man/man8/cvs*		\
/usr/local/man/man8/cvs*