cvs commit: ports/ftp/pure-ftpd Makefile distinfo
Pav Lucistnik
pav at FreeBSD.org
Wed Jul 21 14:44:11 PDT 2004
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
More information about the cvs-all
mailing list