diff options
author | Juergen Daubert <jue@jue.li> | 2014-03-23 19:13:04 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-03-23 19:13:04 +0100 |
commit | 598f7b4a053b29acb5a7d400abe579270dd7ae6d (patch) | |
tree | 1294f983e9d77cad07bc8145912c137f944351d5 | |
parent | 215882c2782fb13d52ede38e711340b3429c1040 (diff) | |
download | pkgutils-598f7b4a053b29acb5a7d400abe579270dd7ae6d.tar.gz pkgutils-598f7b4a053b29acb5a7d400abe579270dd7ae6d.tar.xz |
pkgadd.conf: allow update of /etc/ssl/cert.pem provided by core/ca-certificates
-rw-r--r-- | pkgadd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgadd.conf b/pkgadd.conf index 5ee97b15..a35c4621 100644 --- a/pkgadd.conf +++ b/pkgadd.conf @@ -23,4 +23,6 @@ UPGRADE ^etc/udev/rules.d/.*$ YES UPGRADE ^etc/udev/rules.d/1.*$ NO UPGRADE ^etc/udev/hwdb.d/.*$ YES UPGRADE ^etc/udev/hwdb.bin$ YES + +UPGRADE ^etc/ssl/cert.pem$ YES # End of file |