svn commit: r268758 - stable/10/share/examples/etc

Gavin Atkinson gavin at FreeBSD.org
Wed Jul 16 12:49:57 UTC 2014


Author: gavin
Date: Wed Jul 16 12:49:56 2014
New Revision: 268758
URL: http://svnweb.freebsd.org/changeset/base/268758

Log:
  Merge r267865 from head:
    Drop example variables for updating over csup.  These have not functioned
    since r251084

Modified:
  stable/10/share/examples/etc/make.conf
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/examples/etc/make.conf
==============================================================================
--- stable/10/share/examples/etc/make.conf	Wed Jul 16 12:49:42 2014	(r268757)
+++ stable/10/share/examples/etc/make.conf	Wed Jul 16 12:49:56 2014	(r268758)
@@ -178,18 +178,6 @@
 #ENABLE_SUID_K5SU=
 #
 #
-# CVSup update flags.  Edit SUPFILE settings to reflect whichever distribution
-# file(s) you use on your site (see /usr/share/examples/cvsup/README for more
-# information on CVSup and these files).  To use, do "make update" in /usr/src.
-#
-#SUP_UPDATE=
-#
-#SUP=            /usr/bin/csup
-#SUPFLAGS=       -L 2
-#SUPHOST=        cvsup.uk.FreeBSD.org
-#SUPFILE=        /usr/share/examples/cvsup/standard-supfile
-#PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
-#
 # top(1) uses a hash table for the user names.  The size of this hash
 # can be tuned to match the number of local users.  The table size should
 # be a prime number approximately twice as large as the number of lines in


More information about the svn-src-stable-10 mailing list