diff options
-rw-r--r-- | Mk/bsd.sites.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 541e25ee4788..5f3869bc7d51 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -795,12 +795,7 @@ MASTER_SITE_OSSP+= \ .if !defined(IGNORE_MASTER_SITE_PACKETSTORM) MASTER_SITE_PACKETSTORM+= \ http://dl.packetstormsecurity.net/%SUBDIR%/ \ - http://packetstorm.codar.com.br/%SUBDIR%/ \ - http://packetstorm.interhost.co.il/%SUBDIR%/ \ - http://packetstorm.foofus.com/%SUBDIR%/ \ - http://packetstorm.tacticalflex.com/%SUBDIR%/ \ - http://packetstorm.unixteacher.org/%SUBDIR%/ \ - http://packetstorm.wowhacker.com/%SUBDIR%/ + http://packetstorm.foofus.com/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PERL_CPAN) |