summaryrefslogtreecommitdiffstats
path: root/files/blacklist.new
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2018-12-02 00:43:19 -0600
committerRobby Workman <rworkman@slackware.com>2018-12-02 00:50:44 -0600
commit0463acfd1d57efeb6385f9c2e435861b06fd3eb6 (patch)
treec2818a15fea16752711ee2dc3c2c628617faf95f /files/blacklist.new
parent5fdb8c5a0ba08e00d3b6e4bba3c5884d4fb79c89 (diff)
downloadslackpkg-0463acfd1d57efeb6385f9c2e435861b06fd3eb6.tar.xz
Note requirement to escape special characters in blacklist
Diffstat (limited to 'files/blacklist.new')
-rw-r--r--files/blacklist.new4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/blacklist.new b/files/blacklist.new
index 37d6145..df47915 100644
--- a/files/blacklist.new
+++ b/files/blacklist.new
@@ -17,6 +17,10 @@
# To blacklist *all* of the "xorg-server-*" packages, use this:
# xorg-server.*
#
+# You will need to escape any special characters that are present in the
+# package name. For example, to blacklist the gcc-g++ package, use this:
+# gcc-g\+\+
+#
# DON'T put any space(s) before or after the package name or regexp.
# If you do this, the blacklist will NOT work.
#