svn commit: r263937 - head/etc/pkg

Bryan Drewery bdrewery at FreeBSD.org
Sun Mar 30 15:24:17 UTC 2014


Author: bdrewery
Date: Sun Mar 30 15:24:17 2014
New Revision: 263937
URL: http://svnweb.freebsd.org/changeset/base/263937

Log:
  Give hint on how to disable the default repository.
  
  Discussed with:	bapt
  MFC after:	instantly (preparing EN)

Modified:
  head/etc/pkg/FreeBSD.conf

Modified: head/etc/pkg/FreeBSD.conf
==============================================================================
--- head/etc/pkg/FreeBSD.conf	Sun Mar 30 15:22:36 2014	(r263936)
+++ head/etc/pkg/FreeBSD.conf	Sun Mar 30 15:24:17 2014	(r263937)
@@ -1,4 +1,12 @@
 # $FreeBSD$
+#
+# To disable this repository, instead of modifying or removing this file,
+# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
+#
+#   mkdir -p /usr/local/etc/pkg/repos
+#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
+#
+
 FreeBSD: {
   url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
   mirror_type: "srv",


More information about the svn-src-head mailing list