CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/04/28 12:56:25
Modified files:
usr.sbin/pkg_add/OpenBSD: Delete.pm
Log message:
Stop advising to remove files on update
The following only make sense on for pkg_delete(1), yet pkg_add(1) prints
them as well, which is confusing at best and trips up way too many people:
"You should also run ..." (often "rm -rf /something/important*")
"You should also remove ..."
No longer print those when -u is used.
There may be some commands
"i like it" ian kirill
OK phessler kmos