diff options
author | tkikuchi <> | 2005-08-27 01:40:17 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-08-27 01:40:17 +0000 |
commit | 71c64726b6bc64082a11e3d7de8033a25ae5d5f5 (patch) | |
tree | 80599184bd4809a538d069fc9a5c5430cd232e85 /cron | |
parent | c65ee483e1d12f521c11faed9ff0d0986c16dd18 (diff) | |
download | mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.gz mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.xz mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.zip |
FSF office has moved to 51 Franklin Street.
Diffstat (limited to 'cron')
-rw-r--r-- | cron/Makefile.in | 2 | ||||
-rw-r--r-- | cron/bumpdigests | 2 | ||||
-rwxr-xr-x | cron/checkdbs | 2 | ||||
-rw-r--r-- | cron/disabled | 2 | ||||
-rwxr-xr-x | cron/gate_news | 2 | ||||
-rwxr-xr-x | cron/mailpasswds | 2 | ||||
-rw-r--r-- | cron/nightly_gzip | 2 | ||||
-rwxr-xr-x | cron/senddigests | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/cron/Makefile.in b/cron/Makefile.in index 9365a6d8..afb03370 100644 --- a/cron/Makefile.in +++ b/cron/Makefile.in @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # NOTE: Makefile.in is converted into Makefile by the configure script # in the parent directory. Once configure has run, you can recreate diff --git a/cron/bumpdigests b/cron/bumpdigests index 3636fc6e..57cc45e1 100644 --- a/cron/bumpdigests +++ b/cron/bumpdigests @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Increment the digest volume number and reset the digest number to one. diff --git a/cron/checkdbs b/cron/checkdbs index c31da397..12698109 100755 --- a/cron/checkdbs +++ b/cron/checkdbs @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Check for pending admin requests and mail the list owners if necessary. diff --git a/cron/disabled b/cron/disabled index 4e5eb69e..6624ff21 100644 --- a/cron/disabled +++ b/cron/disabled @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Process disabled members, recommended once per day. diff --git a/cron/gate_news b/cron/gate_news index 19ccb2c6..a84731f3 100755 --- a/cron/gate_news +++ b/cron/gate_news @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Poll the NNTP servers for messages to be gatewayed to mailing lists. diff --git a/cron/mailpasswds b/cron/mailpasswds index 02720df8..5745265a 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Send password reminders for all lists to all users. diff --git a/cron/nightly_gzip b/cron/nightly_gzip index 61b64184..0a0f4e33 100644 --- a/cron/nightly_gzip +++ b/cron/nightly_gzip @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """Re-generate the Pipermail gzip'd archive flat files. diff --git a/cron/senddigests b/cron/senddigests index 5f03606b..d3f2781b 100755 --- a/cron/senddigests +++ b/cron/senddigests @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Dispatch digests for lists w/pending messages and digest_send_periodic set. |