summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/contrib
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2010-01-26 04:41:15 +0000
committergshapiro <gshapiro@FreeBSD.org>2010-01-26 04:41:15 +0000
commit06af2946772550af5ad9eea974674de7bde4243b (patch)
tree6c6c3749a8b863bd3e7a5962fc9189f1a3e34f9c /contrib/sendmail/contrib
parentc1aec8d8e06eaf4b4e5066794fecde82622b6366 (diff)
downloadFreeBSD-src-06af2946772550af5ad9eea974674de7bde4243b.zip
FreeBSD-src-06af2946772550af5ad9eea974674de7bde4243b.tar.gz
Merge sendmail 8.14.4 to HEAD
MFC after: 4 days
Diffstat (limited to 'contrib/sendmail/contrib')
-rwxr-xr-xcontrib/sendmail/contrib/qtool.pl8
-rwxr-xr-xcontrib/sendmail/contrib/smcontrol.pl4
2 files changed, 7 insertions, 5 deletions
diff --git a/contrib/sendmail/contrib/qtool.pl b/contrib/sendmail/contrib/qtool.pl
index d6a63ec..f2d33c2 100755
--- a/contrib/sendmail/contrib/qtool.pl
+++ b/contrib/sendmail/contrib/qtool.pl
@@ -3,7 +3,7 @@
## Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
## All rights reserved.
##
-## $Id: qtool.pl,v 8.29 2007/02/16 01:12:08 ca Exp $
+## $Id: qtool.pl,v 8.30 2009/03/04 16:57:30 ca Exp $
##
use strict;
use File::Basename;
@@ -450,7 +450,7 @@ sub unlock_file
##
## Parameters:
## src_name -- The name of the file to be move.
-## dst_nome -- The name of the place to move it to.
+## dst_name -- The name of the place to move it to.
##
## Returns:
## error_string -- If undef then no problem. Otherwise it is a
@@ -1193,7 +1193,7 @@ sub bounce
##
## This Condition Class checks the modification time of the
## source file and returns true if the file's modification time is
-## older than the number of seconds the class was initialzed with.
+## older than the number of seconds the class was initialized with.
##
package OlderThan;
@@ -1286,7 +1286,7 @@ sub check_move
## Eval
##
## Takes a perl expression and evaluates it. The ControlFile object
-## for the source QueuedMessage is avaliable through the name '$msg'.
+## for the source QueuedMessage is available through the name '$msg'.
##
package Eval;
diff --git a/contrib/sendmail/contrib/smcontrol.pl b/contrib/sendmail/contrib/smcontrol.pl
index 4987460..43ae575 100755
--- a/contrib/sendmail/contrib/smcontrol.pl
+++ b/contrib/sendmail/contrib/smcontrol.pl
@@ -1,4 +1,6 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
+
+# $Id: smcontrol.pl,v 8.8 2008/07/21 21:31:43 ca Exp $
use strict;
use Getopt::Std;
OpenPOWER on IntegriCloud