From nobody@FreeBSD.org  Thu Dec 22 21:57:08 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 122BC16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 22 Dec 2005 21:57:08 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8BC9343D46
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 22 Dec 2005 21:57:07 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jBMLv72O028330
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 22 Dec 2005 21:57:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jBMLv7bD028329;
	Thu, 22 Dec 2005 21:57:07 GMT
	(envelope-from nobody)
Message-Id: <200512222157.jBMLv7bD028329@www.freebsd.org>
Date: Thu, 22 Dec 2005 21:57:07 GMT
From: Toby Peterson <toby@apple.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] cp(1) should use lchflags()
X-Send-Pr-Version: www-2.3

>Number:         90823
>Category:       bin
>Synopsis:       [patch] cp(1) should use lchflags()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 22 22:00:17 GMT 2005
>Closed-Date:    Tue Jun 02 21:36:54 UTC 2009
>Last-Modified:  Tue Jun 02 21:36:54 UTC 2009
>Originator:     Toby Peterson
>Release:        HEAD
>Organization:
Apple Computer, Inc.
>Environment:
FreeBSD x.x.x.x 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Sep 15 19:43:30 PDT 2005     x@x.x.x.x:/usr/obj/usr/src-freebsd/sys/FREEBSD  i386
>Description:
The lchflags() syscall was added a few years ago, but cp(1) does not use it. Also, some of the warnings are incorrect when copying links. Patch: http://opendarwin.org/~toby/patches/cp_lchflags.diff
>How-To-Repeat:
Copy a symlink with flags.
>Fix:
http://opendarwin.org/~toby/patches/cp_lchflags.diff
>Release-Note:
>Audit-Trail:

From: Joshua Goodall <joshua@roughtrade.net>
To: bug-followup@FreeBSD.org, toby@apple.com
Cc: mux@freebsd.org
Subject: Re: bin/90823: [PATCH] cp(1) should use lchflags()
Date: Tue, 28 Feb 2006 16:19:10 +1100

 Hi...
 
 this PR is a subset of kern/29355 ...
 
 /k
 
 -- 
 Josh "Koshua" Goodall                      "as modern as tomorrow afternoon"
 joshua@roughtrade.net                                       - FW109

From: Jilles Tjoelker <jilles@stack.nl>
To: bug-followup@FreeBSD.org, toby@apple.com
Cc:  
Subject: Re: bin/90823: [patch] cp(1) should use lchflags()
Date: Sun, 31 May 2009 13:33:33 +0200

 I committed the change to make cp(1) use lchflags() from another PR
 (r193086).
 
 The URL http://opendarwin.org/~toby/patches/cp_lchflags.diff does not
 work anymore. Is there anything else left from there?
 
 -- 
 Jilles Tjoelker
State-Changed-From-To: open->closed 
State-Changed-By: jilles 
State-Changed-When: Tue Jun 2 21:36:54 UTC 2009 
State-Changed-Why:  
Submitter confirms the problem has been fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90823 
>Unformatted:
