Re: suggestion for /usr/src/UPDATING

From: David O'Brien <obrien_at_FreeBSD.ORG>
Date: Sun, 29 Aug 2004 21:34:49 +0000
On Sun, Aug 29, 2004 at 07:10:44AM -0700, Kenneth Stailey wrote:
> Can a one-line example of how to invoke adduser to add new accounts like
> "proxy" be added to /usr/src/UPDATING?  That way people could just
> cut-and-paste the accounts into place when upgrading.

I've been trying to get RE_at_ to embelish this script and commit it to
RELENG_5 to help with things like this:

$ cat /usr/src/upgrade4ot5.sh
#! /bin/sh

#	Some people don't read hier(9) and symlink /tmp and /var/tmp,
#	and /tmp can get cleared...

SENTINEL=/$(basename %0)

if [ ! -f ${SENTINEL}.kernel-done ]; then
	make buildworld && make buildkernel
	# install /boot/device.hints
	make installkernel
	# install new loader
	touch ${SENTINEL}.kernel-done
	reboot
else 
	mergemaster -p
	make installworld
	mergemaster -i
	rm ${SENTINEL}.*
	reboot
endif
Received on Sun Aug 29 2004 - 19:34:49 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:09 UTC