From owner-freebsd-stable@FreeBSD.ORG Mon Sep 8 09:23:03 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B809E16A4BF for ; Mon, 8 Sep 2003 09:23:03 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4120B43FF7 for ; Mon, 8 Sep 2003 09:23:02 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h88GMHSk001507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Sep 2003 17:22:54 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h88GMHTI001506; Mon, 8 Sep 2003 17:22:17 +0100 (BST) (envelope-from matthew) Date: Mon, 8 Sep 2003 17:22:17 +0100 From: Matthew Seaman To: Sean Page Message-ID: <20030908162217.GB603@happy-idiot-talk.infracaninophile.co.uk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qcHopEYAB45HaUaB" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-11.3 required=5.0 tests=AWL,BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: stable@freebsd.org Subject: Re: No nonodump... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 16:23:03 -0000 --qcHopEYAB45HaUaB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 08, 2003 at 09:57:24AM -0600, Sean Page wrote: > I'm not sure where else to ask about this, so please excuse me if this is > the wrong forum. In trying to remove a 'nodump' flag on a directory with = the > 'chflags' command I have noticed that the 'nonodump' flag does not functi= on. > I see an open PR for the problem: > o [2003/01/09] i386/46912 johan chflags nonodump fails=20 > I was wondering when this might be dealt with? Else is there another way = to > remove the flag? As the chflags(1) man page states, the opposite of 'nodump' is 'dump': Putting the letters ``no'' before or removing the letters ``no'' from a keyword causes the flag to be cleared. For example: nouchg clear the user immutable flag (owner or super-user only) dump clear the nodump flag (owner or super-user only) Or, if you want to clear all flags from a file you can: % chflags 0 file Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --qcHopEYAB45HaUaB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/XKy5dtESqEQa7a0RAt7iAKCYUrXs9q9SNxNtcsL8lfLUw/U/WQCdEEwK mpkuAxdyEWDOpvCdh0NZBLk= =LBYj -----END PGP SIGNATURE----- --qcHopEYAB45HaUaB--