Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2006 01:50:59 GMT
From:      nobody <dev-null@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/92577: /usr/bin/touch tryes utimes(2) twice
Message-ID:  <200601310150.k0V1oxIj061136@www.freebsd.org>
Resent-Message-ID: <200601310200.k0V20A0Z012218@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92577
>Category:       bin
>Synopsis:       /usr/bin/touch tryes utimes(2) twice
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 02:00:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     nobody
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:
              
>Fix:
--- touch.c-1.20	Wed Sep  4 23:29:07 2002
+++ touch.c	Tue Jan 31 10:42:39 2006
@@ -171,6 +171,7 @@
 		if (timeset) {
 			rval = 1;
 			warn("%s", *argv);
+			continue;
 		}
 
 		/*      
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601310150.k0V1oxIj061136>