docs
authorIan Kelling <iank@fsf.org>
Wed, 15 Jul 2020 06:59:36 +0000 (02:59 -0400)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 29 Jul 2020 03:12:50 +0000 (22:12 -0500)
upload-ftp-v1.2.pl

index 40ec5e189e6019ccb7fd79bac6529dd6159cd637..cdc0c8eb3ce7683c28e616837ffa279b7d87433e 100755 (executable)
 # 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