Unable to blacklist Brother printer driver files.
by camorri from LinuxQuestions.org on (#5FJ0P)
Since the last update on current, March 18th, slackpkg -clean-system wants to remove my Brother printer drivers.
The driver files:
Code:ls -l /var/lib/pkgtools/packages | grep hll2320d
-rw-r--r-- 1 root root 840 Feb 24 2020 hll2320dcupswrapper-3.2.0-i386-1
-rw-r--r-- 1 root root 1.1K Feb 24 2020 hll2320dlpr-3.2.0-i386-1My current blacklisted files:
Code:[0-9]ponce
[0-9]_wsr
[0-9]-i386-1
hll2320dlpr-3.2.0-i386-1
hll2320dcupswrapper-3.2.0-i386-1
cups-compat32
glibc-solibs
hll2320d.*If I understand the regex rules, I have at least 2 lines that should cause the 32 bit files to be ignored. Th -i386-1 line and the full name of the driver files. It just doesn't work.
Am I doing something wrong?
The last line was my last attempt to cause blacklisting of the drivers.
Any advice?


The driver files:
Code:ls -l /var/lib/pkgtools/packages | grep hll2320d
-rw-r--r-- 1 root root 840 Feb 24 2020 hll2320dcupswrapper-3.2.0-i386-1
-rw-r--r-- 1 root root 1.1K Feb 24 2020 hll2320dlpr-3.2.0-i386-1My current blacklisted files:
Code:[0-9]ponce
[0-9]_wsr
[0-9]-i386-1
hll2320dlpr-3.2.0-i386-1
hll2320dcupswrapper-3.2.0-i386-1
cups-compat32
glibc-solibs
hll2320d.*If I understand the regex rules, I have at least 2 lines that should cause the 32 bit files to be ignored. Th -i386-1 line and the full name of the driver files. It just doesn't work.
Am I doing something wrong?
The last line was my last attempt to cause blacklisting of the drivers.
Any advice?