Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Quote MAILTO properly so that more descriptive names can...



details:   https://anonhg.NetBSD.org/src/rev/06d8e4cd1496
branches:  trunk
changeset: 572628:06d8e4cd1496
user:      sketch <sketch%NetBSD.org@localhost>
date:      Sun Jan 09 13:07:14 2005 +0000

description:
Quote MAILTO properly so that more descriptive names can be used.

diffstat:

 etc/daily |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 5b575045f9fb -r 06d8e4cd1496 etc/daily
--- a/etc/daily Sun Jan 09 13:00:14 2005 +0000
+++ b/etc/daily Sun Jan 09 13:07:14 2005 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: daily,v 1.63 2004/11/22 04:53:46 soren Exp $
+#      $NetBSD: daily,v 1.64 2005/01/09 13:07:14 sketch Exp $
 #      @(#)daily       8.2 (Berkeley) 1/25/94
 #
 
@@ -273,7 +273,7 @@
        fi
        if [ -s "$SECOUT" ]; then
                mail -s "$host daily insecurity output for $date" \
-                   $MAILTO < "$SECOUT"
+                   "$MAILTO" < "$SECOUT"
        fi
 fi
 



Home | Main Index | Thread Index | Old Index