From: Jacob Bachmeyer Date: Sun, 16 Oct 2022 04:08:27 +0000 (-0500) Subject: Remove obsolete comment describing protocol v1.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a0fed194d1464611289ae69aa8d1083335b4cbbd;p=gatekeeper.git Remove obsolete comment describing protocol v1.0 --- 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...