mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
mountdbtab -> mountdtab; whoops!
A small extra diagnostic for loading packages.
This commit is contained in:
parent
88e2f526f5
commit
65e4d1b9b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12612
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: package.c,v 1.26 1995/11/12 11:02:43 jkh Exp $
|
||||
* $Id: package.c,v 1.27 1995/11/12 20:47:15 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -74,6 +74,7 @@ package_extract(Device *dev, char *name)
|
||||
if (!file_readable("/var/run/ld.so.hints"))
|
||||
vsystem("ldconfig /usr/lib /usr/local/lib /usr/X11R6/lib");
|
||||
|
||||
msgNotify("Checking for existence of %s package", name);
|
||||
/* Check to make sure it's not already there */
|
||||
if (!vsystem("pkg_info -e %s", name)) {
|
||||
msgDebug("package %s marked as already installed - return SUCCESS.\n", name);
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: package.c,v 1.26 1995/11/12 11:02:43 jkh Exp $
|
||||
* $Id: package.c,v 1.27 1995/11/12 20:47:15 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -74,6 +74,7 @@ package_extract(Device *dev, char *name)
|
||||
if (!file_readable("/var/run/ld.so.hints"))
|
||||
vsystem("ldconfig /usr/lib /usr/local/lib /usr/X11R6/lib");
|
||||
|
||||
msgNotify("Checking for existence of %s package", name);
|
||||
/* Check to make sure it's not already there */
|
||||
if (!vsystem("pkg_info -e %s", name)) {
|
||||
msgDebug("package %s marked as already installed - return SUCCESS.\n", name);
|
||||
|
Loading…
Reference in New Issue
Block a user