*BSD News Article 69572


Return to BSD News archive

Newsgroups: comp.bugs.2bsd
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.vbc.net!samba.rahul.net!rahul.net!a2i!olivea!sgigate.sgi.com!swrinde!howland.reston.ans.net!newsfeed.internetmci.com!salliemae!europa.chnt.gtegsc.com!wlbr!moe!sms
From: sms@moe.2bsd.com (Steven M. Schultz)
Subject: Correction to #322
Organization: 2BSD, Simi Valley CA USA
Message-ID: <Ds3En3.1t4@moe.2bsd.com>
Date: Tue, 28 May 1996 01:54:39 GMT
Lines: 25

	A minor error (of omission) was made in the directions for applying
	update #322.  The 'reboot' command was left out of the recompile and
	install steps.

	The block of directions should read:

	"Cut where indicated, saving to a file (/tmp/322).  Then:

		sh /tmp/322
		patch -p0 < /tmp/322.patch
		sh /tmp/322.shar
		cd /usr/src/man/man8
		/usr/man/manroff autoconfig.8 > autoconfig.0
		/usr/man/manroff boot.8 > boot.0
		/usr/man/manroff reboot.8 > reboot.0
		install -m 444 autoconfig.0 boot.0 reboot.0 /usr/man/cat8

		cd /usr/src/etc
		make init reboot
		cp reboot /etc/reboot
		mv /etc/init /etc/init.old
		install -m 755 -s init /etc/init
	"

	The kit has been updated in the FTP archives.