Shell wildcard patterns can now be used in the PackagesOnHold option.

This commit is contained in:
Juan RP
2012-11-11 16:11:40 +01:00
parent a77727887d
commit 58333419a0
3 changed files with 19 additions and 20 deletions
+3 -4
View File
@@ -55,11 +55,10 @@ repositories = {
# Packages on hold.
#
# Packages that are put on hold won't be updated even if there is a
# newer version in repository pool.
# newer version in repository pool. Package names and shell wildcards
# can be specified.
#
# This expects package names and separated by commas.
#
#PackagesOnHold = { glibc, xbps }
#PackagesOnHold = { "glibc-*" }
# Virtual packages.
#