summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/installUpgrade.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-08-28 01:03:41 +0000
committerjkh <jkh@FreeBSD.org>1998-08-28 01:03:41 +0000
commitdeb4aca6dc91458184f049163e0fdba6bc55a51a (patch)
tree97afcf5969cbe7e4125f36b1b90589697dc67a79 /usr.sbin/sysinstall/installUpgrade.c
parent6e4972118a056b0fc9e35e26a8ff56d250e8ff93 (diff)
downloadFreeBSD-src-deb4aca6dc91458184f049163e0fdba6bc55a51a.zip
FreeBSD-src-deb4aca6dc91458184f049163e0fdba6bc55a51a.tar.gz
Add /usr/lib to the list of things to chflag before upgrading.
Noticed by: Blaz Zupan <blaz@gold.amis.net>
Diffstat (limited to 'usr.sbin/sysinstall/installUpgrade.c')
-rw-r--r--usr.sbin/sysinstall/installUpgrade.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c
index 9389788..d680097 100644
--- a/usr.sbin/sysinstall/installUpgrade.c
+++ b/usr.sbin/sysinstall/installUpgrade.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: installUpgrade.c,v 1.57 1998/03/24 09:51:58 jkh Exp $
+ * $Id: installUpgrade.c,v 1.58 1998/05/24 02:49:54 steve Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -276,7 +276,7 @@ installUpgrade(dialogMenuItem *self)
}
msgNotify("chflags'ing old binaries - please wait.");
- (void)vsystem("chflags -R noschg /bin /sbin /usr/sbin /usr/bin /kernel*");
+ (void)vsystem("chflags -R noschg /bin /sbin /usr/sbin /usr/bin /usr/lib /kernel*");
if (file_readable("/kernel")) {
msgNotify("Moving old kernel to /kernel.prev");
OpenPOWER on IntegriCloud