Prompt the user for confirmation after showing what is really going to be done
modified pkg/check.c
@@ -27,7 +27,7 @@ STAILQ_HEAD(deps_head, deps_entry);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -106,7 +106,7 @@ deps_free(struct deps_head *dh)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -172,12 +172,16 @@ fix_deps(struct pkgdb *db, struct deps_head *dh, int nbpkgs)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -278,17 +282,12 @@ exec_check(int argc, char **argv)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
| - | |
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|