Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 15:07:23 -0600 (CST)
From:      Mike Silbersack <silby@silby.com>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        <des@ofug.org>, <brian@freebsd-services.com>, <rwatson@FreeBSD.org>, <gshapiro@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/etc security
Message-ID:  <20011127150607.P90727-100000@achilles.silby.com>
In-Reply-To: <200111272021.WAA02046@ipcard.iptcom.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tue, 27 Nov 2001, Maxim Sobolev wrote:

> >  =09=09=09sh /etc/security $args 2>&1 |
> > -=09=09=09    sendmail $daily_status_security_output;;
> > +=09=09=09    mail -s "$host security check output" $daily_status_securit=
> y_output;;
>
> Why not:
> +=09mail -s "`hostname` security check output"
> ?
>
> -Maxim

Well, all whys can be summed up with:  I need to pick up a book on shell
scripting.

Just using `hostname` seems to work well, I'll use that when I commit the
patch.

Mike "Silby" Silbersack


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011127150607.P90727-100000>