From owner-freebsd-stable Mon Oct 23 7:49:38 2000 Delivered-To: freebsd-stable@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id C36A637B4CF for ; Mon, 23 Oct 2000 07:49:31 -0700 (PDT) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.11.1/8.11.1) with ESMTP id e9NEodO63745; Mon, 23 Oct 2000 10:50:40 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.2.7.2.20001023104726.00ad7360@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 23 Oct 2000 10:49:09 -0400 To: Antonio Carlos Venancio Junior , freebsd-stable@FreeBSD.ORG From: John Subject: Re: How to remove In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >People, > In my first buildworld some files were copied to /usr/obj. > The problem is that I cant delete some of them, even using >chflags. Here they are: > >---------- >lrwxr-xr-x 1 root wheel uappnd,uchg,nodump,opaque 84 Oct 19 05:12 >Command.pm -> >/usr/src/gnu/usr.bin/perl/suidperl/../../../../contrib/perl5/lib/ExtUtils/Command.pm >lrwxr-xr-x 1 root wheel uappnd,opaque 84 Oct 19 05:12 >Install.pm -> >/usr/src/gnu/usr.bin/perl/suidperl/../../../../contrib/perl5/lib/ExtUtils/Install.pm >lrwxr-xr-x 1 root wheel uappnd,nodump,opaque 86 Oct 19 05:12 >Installed.pm -> >/usr/src/gnu/usr.bin/perl/suidperl/../../../../contrib/perl5/lib/ExtUtils/Installed.pm >lrwxr-xr-x 1 root wheel uchg,nodump,opaque 84 Oct 19 05:12 >Liblist.pm -> >/usr/src/gnu/usr.bin/perl/suidperl/../../../../contrib/perl5/lib/ExtUtils/Liblist.pm >---------- > > How could I delete these files? > I cant rebuld perl without remove them! =) Perhaps try to remove the rest of the flags, especially the uchg flag. using 'chflags nouchg', 'chflags noopaque' and 'chflags nouappnd'. I'm not sure if this will actually work, but it seems like a plan - especially in the case of the uchg flag :) Hope that helps, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message