Date: Wed, 21 Jul 2004 21:44:10 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/pure-ftpd Makefile distinfo Message-ID: <200407212144.i6LLiA8Y072806@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2004-07-21 21:44:10 UTC FreeBSD ports repository Modified files: ftp/pure-ftpd Makefile distinfo Log: - Distfile rerolled, this is whole diff between old and new file: diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c new/pure-ftpd-1.0.20/src/bsd-getopt_long.c --- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c Sat Jul 17 15:19:17 2004 +++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c Tue Jul 20 12:42:16 2004 @@ -466,16 +466,6 @@ fprintf(stderr, recargchar, optchar); pure_optopt = optchar; return BADARG; - } else if (!(flags & FLAG_PERMUTE)) { - /* - * If permutation is disabled, we can accept an - * optional arg separated by whitespace so long - * as it does not start with a dash (-). - */ - if (pure_optind + 1 < nargc && pure_optind + 1 > 0 && - *nargv[pure_optind + 1] != '-') { - pure_optarg = nargv[++pure_optind]; - } } else { pure_optarg = nargv[pure_optind]; } Reported by: sem Revision Changes Path 1.49 +1 -0 ports/ftp/pure-ftpd/Makefile 1.39 +2 -2 ports/ftp/pure-ftpd/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407212144.i6LLiA8Y072806>