Hello!
Here is a little patch for /usr/src/usr.sbin/pkg_install/info/perform.c
--- perform.c.orig Wed May 5 18:37:07 1999
+++ perform.c Wed May 5 19:16:36 1999
@@ -134,6 +134,9 @@
warnx("can't find package `%s' installed or in a file!", pkg);
return 1;
}
+ if (!strcmp (log_dir, "/var/db/pkg/.mkversion")) {
+ return 1;
+ }
if (chdir(log_dir) == FAIL) {
warnx("can't change directory to '%s'!", log_dir);
return 1;
What do think about?
Rgdz,
Sergey Osokin aka oZZ,
[email protected]
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message