Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/02/1997 03:10:03
jonathan
Mon Dec  1 19:02:31 PST 1997
Update of /a/cvsroot/src/distrib/utils/sysinst
In directory netbsd1:/var/slash-tmp/cvs-serv14791

Modified Files:
	target.c 
Log Message:
Fix target_already_root() check: is_active_rootpart() takes a
string like "sd0a", and compares it against mounted_rootpart(),
which returns a string like "/dev/sd0a". For now, prepend "/dev".


jonathan
Mon Dec  1 19:05:08 PST 1997
Update of /a/cvsroot/src/distrib/utils/sysinst
In directory netbsd1:/var/slash-tmp/cvs-serv15986

Modified Files:
      Tag: netbsd-1-3
	target.c 
Log Message:
pullup revision 1.12 from head. Fixes install with target == current root.