Deleted Added
full compact
mfpipe.in (81404) mfpipe.in (175261)
1#! @PERL@
1#! @PERL@ -T
2# -*-Perl-*-
2# -*-Perl-*-
3
4# Copyright (C) 1994-2005 The Free Software Foundation, Inc.
5
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2, or (at your option)
9# any later version.
3#
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15
16###############################################################################
17###############################################################################
18###############################################################################
19#
20# THIS SCRIPT IS PROBABLY BROKEN. REMOVING THE -T SWITCH ON THE #! LINE ABOVE
21# WOULD FIX IT, BUT THIS IS INSECURE. WE RECOMMEND FIXING THE ERRORS WHICH THE
22# -T SWITCH WILL CAUSE PERL TO REPORT BEFORE RUNNING THIS SCRIPT FROM A CVS
23# SERVER TRIGGER. PLEASE SEND PATCHES CONTAINING THE CHANGES YOU FIND
24# NECESSARY TO RUN THIS SCRIPT WITH THE TAINT-CHECKING ENABLED BACK TO THE
25# <@PACKAGE_BUGREPORT@> MAILING LIST.
26#
27# For more on general Perl security and taint-checking, please try running the
28# `perldoc perlsec' command.
29#
30###############################################################################
31###############################################################################
32###############################################################################
33
4# From: clyne@niwot.scd.ucar.EDU (John Clyne)
5# Date: Fri, 28 Feb 92 09:54:21 MST
6#
7# BTW, i wrote a perl script that is similar to 'nfpipe' except that in
8# addition to logging to a file it provides a command line option for mailing
9# change notices to a group of users. Obviously you probably wouldn't want
10# to mail every change. But there may be certain directories that are commonly
11# accessed by a group of users who would benefit from an email notice.

--- 74 unchanged lines hidden ---
34# From: clyne@niwot.scd.ucar.EDU (John Clyne)
35# Date: Fri, 28 Feb 92 09:54:21 MST
36#
37# BTW, i wrote a perl script that is similar to 'nfpipe' except that in
38# addition to logging to a file it provides a command line option for mailing
39# change notices to a group of users. Obviously you probably wouldn't want
40# to mail every change. But there may be certain directories that are commonly
41# accessed by a group of users who would benefit from an email notice.

--- 74 unchanged lines hidden ---