> I've installed 4.6-RELEASE, and:
> pkg_add -r cvsup
> The problem: no template files in:
> /usr/share/examples/cvsup/
The files seem to have been left out of the binary distribution of
4.6, apparently through a packaging error. I don't have any idea
about your specific problem here, though; the cvsup package should not
care whether that directory even exists. It *certainly* should
install fine without those files.
If I'm understanding your explanation correctly, you'll need to post
the errors that you got from pkg_add. If you *did* get cvsup
installed okay, but need the examples to figure out how to create your
own supfile, you can get them from the source tree -- either on your
machine (if you have the sources installed), or from somewhere else (if
you don't).
Quote:> I have also deleted the file and tried to install from the cd, but no
> success.
Which file did you delete? What were the symptoms when you had "no
success"?
Quote:> I saw a previous guy posting the same question and getting an answer like
> look in:
> /usr/src../examples/ and "make install" from there??? I don't understand
> that!
This means typing the following two commands at the command line:
"cd /usr/src/share/examples/cvsup"
"make install"
If you really need an explanation of what these mean, you should start
by reading a basic Unix book.
Alternatively, you could hand-copy those files to the examples
directory. But in any case, you don't use those files for running
cvsup; they are *examples* that may help you understand how to create
your own supfiles, but they won't work exactly as-is.
Good luck.