From owner-cvs-src-old@FreeBSD.ORG Fri Apr 2 14:31:17 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7D291065789 for ; Fri, 2 Apr 2010 14:31:17 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CAE08FC14 for ; Fri, 2 Apr 2010 14:31:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o32EVHDM059002 for ; Fri, 2 Apr 2010 14:31:17 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o32EVH2T059001 for cvs-src-old@freebsd.org; Fri, 2 Apr 2010 14:31:17 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201004021431.o32EVH2T059001@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 2 Apr 2010 14:30:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ac ac.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2010 14:31:17 -0000 ed 2010-04-02 14:30:56 UTC FreeBSD src repository Modified files: usr.sbin/ac ac.c Log: SVN rev 206095 on 2010-04-02 14:30:56Z by ed Properly initialize the timestamp when using ac -w. When using ac -w, we must use the last timestamp to terminate the log file. I accidentally removed this when I ported the code to use utmpx. Reported by: avg Revision Changes Path 1.31 +2 -1 src/usr.sbin/ac/ac.c