From owner-cvs-usrsbin Tue Jan 21 02:53:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA13453 for cvs-usrsbin-outgoing; Tue, 21 Jan 1997 02:53:44 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA13442; Tue, 21 Jan 1997 02:53:41 -0800 (PST) Date: Tue, 21 Jan 1997 02:53:41 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701211053.CAA13442@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup tzsetup.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/21 02:53:40 Modified: usr.sbin/tzsetup tzsetup.c Log: Make some of the less necessary user feedback #ifdef VERBOSE. We could also make this stuff only come out when getpid() != 1 and thus avoid the install case (where it really is just too verbose, and people have complained), but this seems less messy and no one complained when tzsetup didn't print the final "things went fine!" messages (which sort of contravene the UNIX spirit of only yelling when you need to anyway). Revision Changes Path 1.4 +4 -0 src/usr.sbin/tzsetup/tzsetup.c