From a56217f833823bf63effd3d3278b57384a90b046 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 15 Jul 2020 02:59:36 -0400 Subject: [PATCH] docs --- upload-ftp-v1.2.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/upload-ftp-v1.2.pl b/upload-ftp-v1.2.pl index 40ec5e1..cdc0c8e 100755 --- a/upload-ftp-v1.2.pl +++ b/upload-ftp-v1.2.pl @@ -83,6 +83,11 @@ # it's not possible for the shell to be invoked. We make use of Perl # module Net::SMTP to send email. # +## Currently, this script is executed by cron as: +# MAILTO=ftp-upload-script@gnu.org +# SHELL=/bin/bash +# * * * * * gatekpr /home/gatekpr/upload-ftp.pl -s ftp; /home/gatekpr/upload-alpha.pl -s alpha; /home/gatekpr/upload-distros.pl -s distros +# # Originally written by Karl Berry (karl@gnu.org), October 2003. # Additional changes by Paul Fisher (rao@gnu.org), November 2003 # Additional functionality (v1.1) by Ward Vandewege (ward@gnu.org), May 2004 -- 2.25.1