From 35cd057a462e6fff96ac2b4a8d8146e43e8304f1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 1 May 2011 20:14:20 +0000 Subject: Remove unmaintained expired ports from security 2011-05-01 security/aafid2: Upstream disapear and distfile is no more available 2011-05-01 security/bjorb: Upstream disapear and distfile is no more available 2011-05-01 security/borzoi: Upstream disapear and distfile is no more available 2011-05-01 security/cmd5checkpw: Upstream disapear and distfile is no more available 2011-05-01 security/cops: Upstream disapear and distfile is no more available 2011-05-01 security/find_ddos: Upstream disapear and distfile is no more available 2011-05-01 security/ftpmap: Upstream disapear and distfile is no more available 2011-05-01 security/hafiye: Upstream disapear and distfile is no more available 2011-05-01 security/ident2: Upstream disapear and distfile is no more available 2011-05-01 security/liedentd: Upstream disapear and distfile is no more available 2011-05-01 security/pam_pop3: Upstream disapear and distfile is no more available 2011-05-01 security/poc: Upstream disapear and distfile is no more available 2011-05-01 security/portscanner: Upstream disapear and distfile is no more available 2011-05-01 security/ppgen: Upstream disapear and distfile is no more available 2011-05-01 security/qident: Upstream disapear and distfile is no more available 2011-05-01 security/quintuple-agent: Upstream disapear and distfile is no more available 2011-05-01 security/rc5pipe: Upstream disapear and distfile is no more available 2011-05-01 security/rid: Upstream disapear and distfile is no more available 2011-05-01 security/ssh: Upstream disapear and distfile is no more available 2011-05-01 security/tea-total: Upstream disapear and distfile is no more available 2011-05-01 security/uberkey: Upstream disapear and distfile is no more available --- security/cops/files/patch-aa | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 security/cops/files/patch-aa (limited to 'security/cops/files/patch-aa') diff --git a/security/cops/files/patch-aa b/security/cops/files/patch-aa deleted file mode 100644 index 53a8e007bd75..000000000000 --- a/security/cops/files/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ ---- perl/cops.orig Sat Feb 21 19:20:10 1998 -+++ perl/cops Sat Feb 21 19:21:06 1998 -@@ -1,8 +1,4 @@ --#!/bin/sh -- need to mention perl here to avoid recursion --'true' || eval 'exec perl -S $0 $argv:q'; --eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' --& eval 'exec /usr/local/bin/perl -S $0 $argv:q' -- if 0; -+#!/usr/bin/perl - - # - # Usage: cops [-vx] [-c config file] [-s secure_dir] [architecture] -@@ -83,7 +79,7 @@ - - # Read stuff to do from the config file - die "$0: Can't trust $CONFIG to reconfig!\n" if &'is_writable($CONFIG); --open CONFIG || die "can't open $CONFIG: $!"; -+open (CONFIG) || die "can't open $CONFIG: $!"; - - &argh unless -s $CONFIG; - -@@ -219,8 +215,8 @@ - } - return 1 if (($FILE2 eq "") || (-s $FILE1 != -s $report)); - -- open FILE1 || die "can't open $FILE1: $!\n"; -- open FILE2 || die "can't open $FILE2: $!\n"; -+ open (FILE1) || die "can't open $FILE1: $!\n"; -+ open (FILE2) || die "can't open $FILE2: $!\n"; - - for (1..5) { - $_ = ; -- cgit v1.2.3