From dave@jaguar.syix.com  Thu Jan  9 18:12:46 2003
Return-Path: <dave@jaguar.syix.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7801837B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Jan 2003 18:12:46 -0800 (PST)
Received: from jaguar.syix.com (jaguar.syix.com [205.171.72.44])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 057BB43F1E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Jan 2003 18:12:46 -0800 (PST)
	(envelope-from dave@jaguar.syix.com)
Received: from jaguar.syix.com (localhost [127.0.0.1])
	by jaguar.syix.com (8.12.6/8.12.6) with ESMTP id h0A2Cj2o078343
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 9 Jan 2003 18:12:45 -0800 (PST)
	(envelope-from dave@jaguar.syix.com)
Received: (from root@localhost)
	by jaguar.syix.com (8.12.6/8.12.6/Submit) id h0A2CjtU078342;
	Thu, 9 Jan 2003 18:12:45 -0800 (PST)
Message-Id: <200301100212.h0A2CjtU078342@jaguar.syix.com>
Date: Thu, 9 Jan 2003 18:12:45 -0800 (PST)
From: dave@syix.com
Reply-To: dave@syix.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: chflags nonodump fails
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46912
>Category:       i386
>Synopsis:       chflags nonodump fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    johan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 09 18:20:02 PST 2003
>Closed-Date:    Fri Jul 16 11:03:04 GMT 2004
>Last-Modified:  Fri Jul 16 11:03:04 GMT 2004
>Originator:     dave@syix.com
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD jaguar.syix.com 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Nov 20 13:38:17 PST 2002 dave@jaguar.syix.com:/usr/obj/usr/src/sys/JAGUAR i386


	
>Description:
chflags nonodump filename/foldername fails
	
>How-To-Repeat:
chflags nodump a folder/file and then try to un-nodump it
	
>Fix:
Dunno

	


>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
To: dave@syix.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: i386/46912: chflags nonodump fails
Date: Fri, 10 Jan 2003 20:27:57 +1100 (EST)

 On Thu, 9 Jan 2003 dave@syix.com wrote:
 
 > >Description:
 > chflags nonodump filename/foldername fails
 >
 > >How-To-Repeat:
 > chflags nodump a folder/file and then try to un-nodump it
 
 This is only a documentation bug.  Use "chflags dump ..." to clear the
 nodump flag, not "chflags nonodump ..." like the man page says.
 
 The NODUMP flag is the only negative-logic flag, so it is the only one
 with this problem.  The nosunlink and nouunlink flags, which should
 have negative logic, are handled bogusly using positive logic.  This
 results in them being displayed backwards ([su]unlnk is displayed when
 the no[su]unlink flag is set).
 
 Bruce
 

From: Dmitry Morozovsky <marck@rinet.ru>
To: dave@syix.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: i386/46912: chflags nonodump fails
Date: Fri, 10 Jan 2003 18:17:06 +0300 (MSK)

 On Thu, 9 Jan 2003 dave@syix.com wrote:
 
 > >Description:
 > chflags nonodump filename/foldername fails
 >
 > >How-To-Repeat:
 > chflags nodump a folder/file and then try to un-nodump it
 
 nodump is the only option starting with "no", so it is cleaned via simple
 `chflags dump filename' ;-)
 
 Sincerely,
 D.Marck                                   [DM5020, DM268-RIPE, DM3-RIPN]
 ------------------------------------------------------------------------
 *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
 ------------------------------------------------------------------------
Responsible-Changed-From-To: freebsd-bugs->johan 
Responsible-Changed-By: johan 
Responsible-Changed-When: Mon Feb 3 13:00:34 PST 2003 
Responsible-Changed-Why:  
I will have a look at this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46912 
State-Changed-From-To: open->patched 
State-Changed-By: johan 
State-Changed-When: Mon Mar 24 12:17:03 PST 2003 
State-Changed-Why:  
Doc fix committed to current. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46912 
State-Changed-From-To: patched->open 
State-Changed-By: johan 
State-Changed-When: Tue Apr 8 12:20:50 PDT 2003 
State-Changed-Why:  
I have MFCed the doc fix. However, I'm keeping this  
PR open until I have discussed the nosunlink and  
nouunlink flags with bde and julian. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46912 
State-Changed-From-To: open->closed 
State-Changed-By: johan 
State-Changed-When: Fri Jul 16 11:01:23 GMT 2004 
State-Changed-Why:  
It seems I will never take the time to talk to bde. 
This PR was fixed a long time ago hence close it. 

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