Date: Mon, 23 Oct 2000 10:49:09 -0400 From: John <papalia@udel.edu> To: Antonio Carlos Venancio Junior <antonio@inf.ufsc.br>, freebsd-stable@FreeBSD.ORG Subject: Re: How to remove Message-ID: <4.3.2.7.2.20001023104726.00ad7360@mail.udel.edu> In-Reply-To: <Pine.GSO.4.10.10010231230450.11530-100000@pitanga>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20001023104726.00ad7360>