Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2003 01:30:04 -0800 (PST)
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: i386/46912: chflags nonodump fails
Message-ID:  <200301100930.h0A9U4G0036113@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/46912; it has been noted by GNATS.

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
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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