Issue #396: Emit a relevant error message when EUID doesn't have sufficient privilege to update repo.sqlite and that has been requested (ie pkg version -R)
modified libpkg/pkg.h.in
@@ -411,6 +411,10 @@ typedef enum {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/update.c
@@ -126,6 +126,13 @@ pkg_update(const char *name, const char *packagesite, bool force)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|