diff options
Diffstat (limited to 'source/ap/slackpkg/files/blacklist.new')
-rw-r--r-- | source/ap/slackpkg/files/blacklist.new | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/ap/slackpkg/files/blacklist.new b/source/ap/slackpkg/files/blacklist.new index 34cf0d10..e1ddd2b9 100644 --- a/source/ap/slackpkg/files/blacklist.new +++ b/source/ap/slackpkg/files/blacklist.new @@ -3,12 +3,12 @@ # This is a blacklist file. Any packages listed here won't be # upgraded, removed, or installed by slackpkg. -# aaa_elflibs should NOT be blacklisted! +# aaa_libraries 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. +# All of the following will be checked for the regex: +# Package 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). @@ -29,7 +29,8 @@ # DON'T put any space(s) before or after the package name or regex. # # Automated upgrade of kernel packages may not be wanted in some situations; -# uncomment the lines below if that fits your circumstances: +# uncomment the lines below if that fits your circumstances, but note that +# kernel-headers should *not* be blacklisted: # #kernel-generic.* #kernel-huge.* |