On Mon, May 29, 2006 at 11:45:31PM -0400, Craig Rodrigues wrote:
> + if (strcmp(argv[i], "ro") == 0 &&
> + strcmp(argv[i-1], "-o") == 0) {
> + return 1;It looks like hack. There is comma separated list for -o needs to be fully parsed, f.e. '-o acls,ro' -- http://ache.pp.ru/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
