Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2011 08:32:36 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r226959 - user/dougb/portmaster/files
Message-ID:  <201110310832.p9V8Waf8006455@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Mon Oct 31 08:32:36 2011
New Revision: 226959
URL: http://svn.freebsd.org/changeset/base/226959

Log:
  Document the PM_PRESERVE_PORTS feature

Modified:
  user/dougb/portmaster/files/portmaster.rc.sample.in

Modified: user/dougb/portmaster/files/portmaster.rc.sample.in
==============================================================================
--- user/dougb/portmaster/files/portmaster.rc.sample.in	Mon Oct 31 08:29:11 2011	(r226958)
+++ user/dougb/portmaster/files/portmaster.rc.sample.in	Mon Oct 31 08:32:36 2011	(r226959)
@@ -106,3 +106,9 @@
 #
 # Do not prompt the user for failed backup package creation
 # PM_IGNORE_FAILED_BACKUP_PACKAGE=pm_ignore_failed_backup_package
+#
+# List of files to preserve across upgrades, and the ports that install them.
+# You can convert category/portname to the right pattern for the _files variable
+# by using the following: echo category/portname | sed 's#[-+/\.]#_#g'
+# PM_PRESERVE_PORTS="dns/p5-Net-DNS"
+# dns_p5_Net_DNS_files="/usr/local/share/doc/p5-Net-DNS/TODO"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110310832.p9V8Waf8006455>