From owner-freebsd-bugs Sun Sep 9 1:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F19CE37B403 for ; Sun, 9 Sep 2001 01:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f898A4l31520; Sun, 9 Sep 2001 01:10:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 9 Sep 2001 01:10:04 -0700 (PDT) Message-Id: <200109090810.f898A4l31520@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ulf Zimmermann Subject: Re: bin/30451: command '/bin/date -f' not working as described Reply-To: Ulf Zimmermann Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30451; it has been noted by GNATS. From: Ulf Zimmermann To: freebsd-gnats-submit@FreeBSD.org, postmaster@shikahrsoho.com Cc: Subject: Re: bin/30451: command '/bin/date -f' not working as described Date: Sun, 09 Sep 2001 01:05:25 -0700 I can not reproduce the problem as described in the "How-To-Repeat": playtoy ulf bin/date > date -u -j -f '%s' 1000000000 Sun Sep 9 01:46:40 UTC 2001 The command is as cut+paste'ed from the PR. As to the code only taking one argument that is incorrect. The second argument given to setthetime is *argv, which in this case would be "1000000000". I tried this on 4.4-RC/-Stable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message