summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2018-11-22 23:22:23 -0600
committerRobby Workman <rworkman@slackware.com>2018-11-22 23:28:39 -0600
commit5fdb8c5a0ba08e00d3b6e4bba3c5884d4fb79c89 (patch)
tree5fc2168331ad84a3a8b1fc1cc7ec474b11491e24
parent532b90838ee3e93c799464b4a35d77593dcafeb6 (diff)
downloadslackpkg-5fdb8c5a0ba08e00d3b6e4bba3c5884d4fb79c89.tar.xz
Update sample blacklist file
-rw-r--r--files/blacklist.new40
1 files changed, 18 insertions, 22 deletions
diff --git a/files/blacklist.new b/files/blacklist.new
index d59a470..37d6145 100644
--- a/files/blacklist.new
+++ b/files/blacklist.new
@@ -1,36 +1,32 @@
+# /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!
+#
+# You can blacklist using regular expressions.
#
-# The correct syntax is:
+# Don't use *full* regex here, because all of the following
+# will be checked for the regex: series, name, version, arch,
+# build and fullname.
#
-# 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
#
+# To blacklist *all* of the "xorg-server-*" packages, 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.
-
#
-# 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
+# Automated upgrade of kernel packages may not be wanted in some situations;
+# uncomment the lines below if that fits your circumstances:
#
-#kernel-generic
-#kernel-generic-smp
-#kernel-huge
-#kernel-huge-smp
-#kernel-modules
-#kernel-modules-smp
+#kernel-generic.*
+#kernel-huge.*
+#kernel-modules.*
#kernel-source
-
-#
-# aaa_elflibs should NOT be blacklisted!
-#
-
-# 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.
#
# This one will blacklist all SBo packages:
#[0-9]+_SBo