From owner-cvs-usrsbin Wed Oct 30 15:58:21 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA10667 for cvs-usrsbin-outgoing; Wed, 30 Oct 1996 15:58:21 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA10651; Wed, 30 Oct 1996 15:58:11 -0800 (PST) Date: Wed, 30 Oct 1996 15:58:11 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610302358.PAA10651@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sup/sup supcmeat.c supcmisc.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 15:58:10 Modified: usr.sbin/sup/sup supcmeat.c supcmisc.c Log: 1) print only errors if -v not given, it allows non-verbose crontab runnig 2) use full path /usr/bin/mail for security reasons 3) Use time_t instead of long for time (in one place) Revision Changes Path 1.3 +5 -2 src/usr.sbin/sup/sup/supcmeat.c 1.2 +13 -6 src/usr.sbin/sup/sup/supcmisc.c