From owner-cvs-usrbin Mon Oct 21 12:51:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06863 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 12:51:43 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06823; Mon, 21 Oct 1996 12:51:36 -0700 (PDT) Date: Mon, 21 Oct 1996 12:51:36 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199610211951.MAA06823@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/logger logger.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/10/21 12:51:35 Modified: usr.bin/logger logger.c Log: unset TZ from the environment so the timestamp gets the system default, which is what syslogd presumably uses too. Notice that the "protocol" is bogus in not defining the timezone. "protocol" because it hardly deserves the name :-) closes bin/1739 Reported by: Stefan Zehl Revision Changes Path 1.2 +1 -0 src/usr.bin/logger/logger.c