Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
if a .pkgnew is created then consider it is a notice not en error
Baptiste Daroussin committed 11 years ago
commit de25918969707ed81c48e56dabc963b3eaa91265
parent 3ba89fe
1 file changed +1 -1
modified libpkg/pkg_add.c
@@ -248,7 +248,7 @@ do_extract(struct archive *a, struct archive_entry *ae, const char *location,
		}

		if (string_end_with(pathname, ".pkgnew"))
-
			pkg_emit_error("New configuration file: %s", pathname);
+
			pkg_emit_notice("New configuration file: %s", pathname);

		renamed = false;
	} while ((ret = archive_read_next_header(a, &ae)) == ARCHIVE_OK);