diff options
Diffstat (limited to 'mail/majordomo/files/patch-md-sub__md-sub.cgi')
-rw-r--r-- | mail/majordomo/files/patch-md-sub__md-sub.cgi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/majordomo/files/patch-md-sub__md-sub.cgi b/mail/majordomo/files/patch-md-sub__md-sub.cgi deleted file mode 100644 index def15deb0ecb..000000000000 --- a/mail/majordomo/files/patch-md-sub__md-sub.cgi +++ /dev/null @@ -1,20 +0,0 @@ ---- ./md-sub/md-sub.cgi.orig 2013-11-24 18:54:07.634476295 +0400 -+++ ./md-sub/md-sub.cgi 2013-11-24 18:47:15.000000000 +0400 -@@ -78,7 +78,7 @@ - # - # Required file - require 'cgi-lib.pl'; --require 'getopts.pl'; -+use Getopt::Std; - - # - # Version number -@@ -90,7 +90,7 @@ - - # - # Call Getopts --&Getopts( 'C:v'); -+getopts( 'C:v'); - - # - # Check to see if we are creating a DB |