From owner-cvs-lib Sun Jun 29 18:20:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA25881 for cvs-lib-outgoing; Sun, 29 Jun 1997 18:20:10 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA25788; Sun, 29 Jun 1997 18:19:54 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id SAA27768; Sun, 29 Jun 1997 18:15:29 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd027763; Mon Jun 30 01:15:22 1997 Message-ID: <33B7083D.31D2DE92@whistle.com> Date: Sun, 29 Jun 1997 18:13:33 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Bruce Evans CC: cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/bin/ls stat_flags.c src/lib/libc/sys chflags.2 src/sys/sys stat.h src/sys/ufs/ufs ufs_vnops.c src/usr.bin/chflags chflags.1 References: <199706291226.WAA00513@godzilla.zeta.org.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > > >julian 1997/06/29 01:48:52 PDT > > > > Modified files: (Branch: RELENG_2_2) > > bin/ls stat_flags.c > > lib/libc/sys chflags.2 > > sys/sys stat.h > > sys/ufs/ufs ufs_vnops.c > > usr.bin/chflags chflags.1 > > Log: > > YAMFC > > a flag that is not quite as draconian as IMMUTABLE. > > if you never use this, you'll never see it. > > You'll see it if you are root and someone else used it. Even rm > -f as root does not remove uunlink-able files, although rm -f > as root silently removes uchg'able files and rm as root removes > uchg'able files if you answer `y' to the prompt. Similarly for > `find -delete' run as root. `find' doesn't know about the new > flags, so it can only remove draconianly immutable files :-). > > Bruce Thanks for pointing this out. actually there are some changes we will add to make this less noticable. julian