FreeBSD Bugzilla – Attachment 16005 Details for
Bug 29517
Handbook missing fast method of cleaning ports.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.19 KB, created by
Gary W. Swearingen
on 2001-08-07 22:50:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gary W. Swearingen
Created:
2001-08-07 22:50:05 UTC
Size:
1.19 KB
patch
obsolete
>*** /tmp/chapter.sgml Tue Aug 7 11:01:34 2001 >--- ports/chapter.sgml Tue Aug 7 11:19:19 2001 >*************** >*** 1120,1126 **** > <answer> > <para>Yes, if you have installed the program and are fairly > certain you will not need the source again, there is no >! point in keeping it hanging around. The best way to do > this is:</para> > > <screen>&prompt.root; <userinput>cd /usr/ports</userinput> >--- 1120,1126 ---- > <answer> > <para>Yes, if you have installed the program and are fairly > certain you will not need the source again, there is no >! point in keeping it hanging around. The surest way to do > this is:</para> > > <screen>&prompt.root; <userinput>cd /usr/ports</userinput> >*************** >*** 1129,1134 **** >--- 1129,1142 ---- > <para>which will go through all the ports subdirectories and > delete everything except the skeletons for each > port.</para> >+ >+ <para>A much faster way to do most (if not all) of the same >+ thing is this:</para> >+ >+ <screen>&prompt.root; <userinput> >+ find /usr/ports -depth -name work -exec rm -rf {} \;</userinput> >+ </screen> >+ > </answer> > </qandaentry>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29517
: 16005