From 0463acfd1d57efeb6385f9c2e435861b06fd3eb6 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 2 Dec 2018 00:43:19 -0600 Subject: Note requirement to escape special characters in blacklist --- files/blacklist.new | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'files/blacklist.new') 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. # -- cgit v1.2.3