[pca] NFS Mounted Patch Directory
Martin Paul
martin at par.univie.ac.at
Wed Jul 23 09:22:52 CEST 2008
Hi,
> What am I missing? I'm attempting to grab the patches from an NFS
> mounted directory (/mnt/tmp/edco) and copy them to a local directory
> (/temp_patch).
>
> # ./pca --wget=/opt/sfw/bin/wget -l missingr -y --xrefdir=/var/tmp
> --patchdir=/temp_patch --patchurl=/mnt/tmp/edco -d
The "patchurl" option requires a URL, not a path, so try it with:
--patchurl=file:/mnt/tmp/edco
instead.
Martin.
More information about the pca
mailing list