diff options
author | pav <pav@FreeBSD.org> | 2006-04-02 01:39:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-02 01:39:49 +0800 |
commit | 23278f003d8aafe7229caa5450513d2d6a0c1bcf (patch) | |
tree | 71acb076af06d58cbc8780dfe0cb311fe4ec3aee /net-mgmt/bgpq/files | |
parent | 5f9e6a945945ff522e805d0a219be5c7011f82d3 (diff) | |
download | freebsd-ports-gnome-23278f003d8aafe7229caa5450513d2d6a0c1bcf.tar.gz freebsd-ports-gnome-23278f003d8aafe7229caa5450513d2d6a0c1bcf.tar.zst freebsd-ports-gnome-23278f003d8aafe7229caa5450513d2d6a0c1bcf.zip |
- Update to 1.0.9.1
PR: ports/93064
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: maintainer timeout (almost 2 months)
Diffstat (limited to 'net-mgmt/bgpq/files')
-rw-r--r-- | net-mgmt/bgpq/files/patch-ro.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-mgmt/bgpq/files/patch-ro.c b/net-mgmt/bgpq/files/patch-ro.c deleted file mode 100644 index 5563b4976daf..000000000000 --- a/net-mgmt/bgpq/files/patch-ro.c +++ /dev/null @@ -1,27 +0,0 @@ ---- ro.c.orig Wed Oct 15 06:07:13 2003 -+++ ro.c Wed Oct 15 06:07:38 2003 -@@ -471,18 +471,18 @@ - if(extrange) { - if(retval<100 || (retval>199 && retval<2000) || retval>2699) { - fprintf(f,"\ --!============================================================================= --! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699) --!============================================================================= -+!=============================================================================\n\ -+! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699)\n\ -+!=============================================================================\n\ - ",string); - exit(1); - }; - } else { - if((retval>100 && retval<1300) || retval>1999) { - fprintf(f,"\ --!============================================================================= --! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999) --!============================================================================= -+!=============================================================================\n\ -+! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999)\n\ -+!=============================================================================\n\ - ",string); - - exit(1); |