From 5819170b8cd956ae523c31a05fbdf86e91450838 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 30 Aug 1996 10:43:14 +0000 Subject: Re-sync with the state of PC98 world. This will be the last commit before we start merging things in earnest... Submitted by: The FreeBSD(98) Development Team --- sys/conf/Makefile.pc98 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/conf/Makefile.pc98') diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index e092349..9c95812 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.pc98,v 1.1.1.1 1996/06/14 10:04:40 asami Exp $ +# $Id: Makefile.pc98,v 1.2 1996/07/23 07:45:48 asami Exp $ # # Makefile for FreeBSD # @@ -165,8 +165,8 @@ install: fi chflags noschg /kernel mv /kernel /kernel.old - if [ `sysctl -n kern.bootfile` = /kernel ] ; then \ - sysctl -w kern.bootfile=/kernel.old ; \ + if [ `/usr/sbin/sysctl -n kern.bootfile` = /kernel ] ; then \ + /usr/sbin/sysctl -w kern.bootfile=/kernel.old ; \ mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \ fi install -c -m 555 -o root -g wheel -fschg kernel / -- cgit v1.1