summaryrefslogtreecommitdiffstats
path: root/share/examples/cvsup/refuse
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2000-08-04 21:32:52 +0000
committerjdp <jdp@FreeBSD.org>2000-08-04 21:32:52 +0000
commit058dbd5693a18c3848d77308716286bd9769b36c (patch)
treec25c671ef4513a549cc4fe61813e73279a6c55bd /share/examples/cvsup/refuse
parent5b330edf891f476a0d78d77162881460c83fd133 (diff)
downloadFreeBSD-src-058dbd5693a18c3848d77308716286bd9769b36c.zip
FreeBSD-src-058dbd5693a18c3848d77308716286bd9769b36c.tar.gz
Remove everything resembling a comment from "refuse" and put the
explanations into a new file "refuse.README". Some users are simply copying these files and expecting them to work -- without even reading them. I don't want to spend any more time closing bogus PRs from that. Also correct an error or two in the patterns.
Diffstat (limited to 'share/examples/cvsup/refuse')
-rw-r--r--share/examples/cvsup/refuse43
1 files changed, 8 insertions, 35 deletions
diff --git a/share/examples/cvsup/refuse b/share/examples/cvsup/refuse
index 4bb44f3..d638ed3 100644
--- a/share/examples/cvsup/refuse
+++ b/share/examples/cvsup/refuse
@@ -1,35 +1,8 @@
-# $FreeBSD$
-#
-#This is an example "refuse file". CVSup will not touch anything listed
-#in the refuse file.
-#
-#You can copy this file to your sup directory and uncomment or add
-#whatever you would like. If you are using the default setting for the
-#CVSup "base" directory, your sup directory is /usr/sup. If you have
-#changed your base directory, your sup directory is /path/to/base/sup.
-#
-#NOTE: CVSup currently does not understand comments (lines beginning
-#with a `#' character) in refuse files, so please remember to remove all
-#such comments if you intend to use this file as a starting point for
-#creating your own refuse file.
-#
-#Use this example if you have modified /usr/src/etc/sendmail/freebsd.mc
-#to reflect your local configuration, and you do not want CVSup to
-#overwrite it:
-#
-#etc/sendmail/freebsd.mc
-#
-#If you list a directory, changes to any files beneath that directory
-#will be rejected. For example, if you are an English speaker and are
-#not tracking the foreign-language ports, you can uncomment the following.
-#
-#ports/chinese
-#ports/german
-#ports/hebrew
-#ports/japanese
-#ports/korean
-#ports/russian
-#ports/vietnamese
-#
-#Use this feature with care -- many parts of the src distribution depend
-#on files in completely different parts.
+src/etc/sendmail/freebsd.mc*
+ports/chinese
+ports/german
+ports/hebrew
+ports/japanese
+ports/korean
+ports/russian
+ports/vietnamese
OpenPOWER on IntegriCloud