Yes, but as I saw you have allready found the successor script of hepta_seanmvila wrote:has this original script been abandoned?
http://forums.gentoo.org/viewtopic.php?t=254197
Yes, but as I saw you have allready found the successor script of hepta_seanmvila wrote:has this original script been abandoned?


Fixed with the following patch:cruft: line 297: `motif-profile': not a valid identifier
Code: Select all
293c293
< function motif-profile() {
---
> function motifprofile() {
502c502
< $(has_version '=x11-libs/openmotif-2.2*' && motif-profile openmotif-2.2)
---
> $(has_version '=x11-libs/openmotif-2.2*' && motifprofile openmotif-2.2)




Np findcruft works like a charm... But whats the shell command to delete files listed in a file?micmac wrote:I think by 1.0.4 you mean findcruft-1.0.4. cruft and findcruft are scripts by two different authors. ecatmur moved his original cruft script to svn. Link
Code: Select all
cat <file with cruft> | xargs rm -rf

Code: Select all
./cruft
Developing list of potential false positives...
Collecting files managed by Portage...
./cruft: line 1170: /root/.cruft/portagefiles: No such file or directory
Collecting other files...
sed: can't read /etc/texmf/web2c/fmtutil.cnf: No such file or directory
Finding files on your filesystem...
./cruft: line 1182: /root/.cruft/allfiles: No such file or directory
Comparing file lists...
comm: /root/.cruft/allfiles: No such file or directory
tee: /root/.cruft/cruftfiles: No such file or directory