projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d59115
)
Add POD block for ftp_syslog
author
Jacob Bachmeyer
<jcb@gnu.org>
Thu, 17 Nov 2022 03:54:40 +0000
(21:54 -0600)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Thu, 17 Nov 2022 03:54:40 +0000
(21:54 -0600)
gatekeeper.pl
patch
|
blob
|
blame
|
history
diff --git
a/gatekeeper.pl
b/gatekeeper.pl
index d9f7f724215049b9077c1bb7025a30c6694db4fa..0a8055fcbf3dfa87132f5721a8a01884cc4b9402 100755
(executable)
--- a/
gatekeeper.pl
+++ b/
gatekeeper.pl
@@
-408,6
+408,13
@@
gatekeeper itself and these functions may change without notice.
our $AbortExitCode = 1;
}
+=item ftp_syslog $severity => $message
+
+Send MESSAGE to syslog with SEVERITY, after collecting MESSAGE into a
+single line and prepending processing context information.
+
+=cut
+
sub ftp_syslog {
my $severity = shift;
my $message = shift;