diff options
author | jkh <jkh@FreeBSD.org> | 1998-08-28 01:03:41 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-08-28 01:03:41 +0000 |
commit | deb4aca6dc91458184f049163e0fdba6bc55a51a (patch) | |
tree | 97afcf5969cbe7e4125f36b1b90589697dc67a79 /release | |
parent | 6e4972118a056b0fc9e35e26a8ff56d250e8ff93 (diff) | |
download | FreeBSD-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 'release')
-rw-r--r-- | release/sysinstall/installUpgrade.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index 9389788..d680097 100644 --- a/release/sysinstall/installUpgrade.c +++ b/release/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"); |