From a0fed194d1464611289ae69aa8d1083335b4cbbd Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Sat, 15 Oct 2022 23:08:27 -0500 Subject: [PATCH] Remove obsolete comment describing protocol v1.0 --- gatekeeper.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gatekeeper.pl b/gatekeeper.pl index e6752db..b6cb6de 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -1276,10 +1276,6 @@ sub read_directive_file { my $directive_file_contents = ''; my @lines = (); - # Read the contents of the directive file. We require one - # non-white non-pgp line: - # Directory: dirname[/subdirname] - # open (DIRECTIVE_FILE, "<", $directive_file) or ftp_abort("FATAL: open($directive_file) failed: $!"); my $cnt = 0; # Keep track of the order of directives... -- 2.25.1