Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/28/2004 20:59:32
Module Name: src
Committed By: dsl
Date: Wed Apr 28 20:59:32 UTC 2004
Modified Files:
src/distrib/utils/sysinst: disks.c
Log Message:
'ptn' may be ' ' so sprintf(..., "/dev/r%s%c", disk, ptn) won't work!
Convert ' ' to 0 to ensure a valid device name is genarated.
(This will be a problem in 'upgrade' when filesystems are mounted
using the targets extisting /etc/fstab.)
To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/distrib/utils/sysinst/disks.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.