From owner-cvs-all Fri Mar 16 16:21:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D115C37B719; Fri, 16 Mar 2001 16:21:54 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2H0Lsh10348; Fri, 16 Mar 2001 16:21:54 -0800 (PST) (envelope-from peter) Message-Id: <200103170021.f2H0Lsh10348@freefall.freebsd.org> From: Peter Wemm Date: Fri, 16 Mar 2001 16:21:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/cron do_command.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/16 16:21:54 PST Modified files: usr.sbin/cron/cron do_command.c Log: Stop cron from shouting in the syslog. Use setproctitle() instead, since smashing argv[0] doesn't have the intended effect of changing the ps(1) output these days. PR: 25850 Revision Changes Path 1.20 +2 -7 src/usr.sbin/cron/cron/do_command.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message