svn commit: r46231 - head/en_US.ISO8859-1/books/handbook/cutting-edge

Warren Block <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wblock
Date: Sat Jan 24 19:53:22 2015
New Revision: 46231
URL: https://svnweb.freebsd.org/changeset/doc/46231

Log:
  Change an unqualified 'rm -rf *' to the better practice of giving a
  path.

Modified:
  head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Sat Jan 24 03:39:37 2015	(r46230)
+++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Sat Jan 24 19:53:22 2015	(r46231)
@@ -1423,9 +1423,8 @@ Script started, output file is /var/tmp/
 	    some dependency headaches, remove this directory if it
 	    already exists:</para>
 
-	  <screen>&prompt.root; <userinput>cd /usr/obj</userinput>
-&prompt.root; <userinput>chflags -R noschg *</userinput>
-&prompt.root; <userinput>rm -rf *</userinput></screen>
+	  <screen>&prompt.root; <userinput>chflags -R noschg /usr/obj/*</userinput>
+&prompt.root; <userinput>rm -rf /usr/obj</userinput></screen>
 	</step>
 
 	<step>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.