From c4f82d1e705f02ba28ef5a5334890fc6860ca62d Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 25 Oct 1993 06:10:42 +0000 Subject: Redirect standard error onto standard out when call /etc/security so that the errors from /etc/security are in the mail message from /etc/security and not the /etc/daily mail message. Now just to fix the bug in /etc/security --- etc/daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/daily') diff --git a/etc/daily b/etc/daily index c974a52..bddf22f 100644 --- a/etc/daily +++ b/etc/daily @@ -145,4 +145,4 @@ if [ -f /etc/Distfile ]; then rdist -f /etc/Distfile fi -sh /etc/security | mail -s "daily insecurity output" root +sh /etc/security 2>&1 | mail -s "daily insecurity output" root -- cgit v1.1