Author: issyl0 (doc committer)
Date: Mon Oct  1 16:34:12 2012
New Revision: 241106
URL: http://svn.freebsd.org/changeset/base/241106

Log:
  MFC r241024 and r241026 from HEAD:
    - Add a note to portsnap(8) about the behaviour of the example cron command.
    - Change "only only" to "only" in portsnap(8).
  
  PR:           docs/171759
  Approved by:  gjb (mentor)

Modified:
  stable/9/usr.sbin/portsnap/portsnap/portsnap.8
Directory Properties:
  stable/9/usr.sbin/portsnap/   (props changed)

Modified: stable/9/usr.sbin/portsnap/portsnap/portsnap.8
==============================================================================
--- stable/9/usr.sbin/portsnap/portsnap/portsnap.8      Mon Oct  1 15:50:18 
2012        (r241105)
+++ stable/9/usr.sbin/portsnap/portsnap/portsnap.8      Mon Oct  1 16:34:12 
2012        (r241106)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 15, 2008
+.Dd September 28, 2012
 .Dt PORTSNAP 8
 .Os FreeBSD
 .Sh NAME
@@ -174,6 +174,23 @@ can quickly be extracted into
 If your clock is set to UTC, please pick a random time other
 than 3AM, to avoid overly imposing an uneven load on the
 server(s) hosting the snapshots.
+.Pp
+Note that running
+.Nm
+.Cm cron
+or
+.Nm
+.Cm fetch
+does not apply the changes that were received: they only download
+them.
+To apply the changes, you must follow these commands with
+.Nm
+.Cm update .
+The
+.Nm
+.Cm update
+command is normally run by hand at a time when you are sure that
+no one is manually working in the ports tree.
 .It
 Running
 .Nm
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to