summaryrefslogtreecommitdiffstats
path: root/source/ap/slackpkg/files/blacklist.new
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/slackpkg/files/blacklist.new')
-rw-r--r--source/ap/slackpkg/files/blacklist.new48
1 files changed, 26 insertions, 22 deletions
diff --git a/source/ap/slackpkg/files/blacklist.new b/source/ap/slackpkg/files/blacklist.new
index d59a4700c..34cf0d105 100644
--- a/source/ap/slackpkg/files/blacklist.new
+++ b/source/ap/slackpkg/files/blacklist.new
@@ -1,36 +1,40 @@
+# /etc/slackpkg/blacklist
+#
# This is a blacklist file. Any packages listed here won't be
# upgraded, removed, or installed by slackpkg.
+
+# aaa_elflibs should NOT be blacklisted!
#
-# The correct syntax is:
+# You can blacklist using regular expressions.
+#
+# Don't use *full* regex here, because all of the following will be checked
+# for the regex: series, name, version, arch, build, and fullname.
+# When blacklisting packages, you can use extended regex on package names
+# (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing
+# slash for package series ("n/", "ap/", "xap/", etc).
#
-# To blacklist the package xorg-server-1.19.4-x86_64-1 the line will be:
+# To blacklist *only* the "xorg-server" package, use this:
# xorg-server
#
-# DON'T put any space(s) before or after the package name or regexp.
-# If you do this, the blacklist will NOT work.
-
+# To blacklist *all* of the "xorg-server-*" packages, use this:
+# xorg-server.*
#
-# Automated upgrade of kernel packages aren't a good idea (and you need to
-# run "lilo" after upgrade). If you think the same, uncomment the lines
-# below
+# To blacklist the entire KDE package set, use this:
+# kde/
#
-#kernel-generic
-#kernel-generic-smp
-#kernel-huge
-#kernel-huge-smp
-#kernel-modules
-#kernel-modules-smp
-#kernel-source
-
+# 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\+\+
#
-# aaa_elflibs should NOT be blacklisted!
+# DON'T put any space(s) before or after the package name or regex.
#
-
-# You can blacklist using regular expressions.
+# Automated upgrade of kernel packages may not be wanted in some situations;
+# uncomment the lines below if that fits your circumstances:
#
-# Don't use *full* regex here, because all of the following
-# will be checked for the regex: series, name, version, arch,
-# build and fullname.
+#kernel-generic.*
+#kernel-huge.*
+#kernel-modules.*
+#kernel-source
#
# This one will blacklist all SBo packages:
#[0-9]+_SBo