projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ba0ba
)
Remove obsolete comment describing protocol v1.0
author
Jacob Bachmeyer
<jcb@gnu.org>
Sun, 16 Oct 2022 04:08:27 +0000
(23:08 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Sun, 16 Oct 2022 04:08:27 +0000
(23:08 -0500)
gatekeeper.pl
patch
|
blob
|
blame
|
history
diff --git
a/gatekeeper.pl
b/gatekeeper.pl
index e6752dbf5b3c14583053b7e19a90b6c082702987..b6cb6debaf7539b4fc41bca4f665b2d6599b3b0e 100755
(executable)
--- 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...