Subject: CVS commit: [netbsd-2-0] src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 05/22/2004 16:53:21
Module Name: src
Committed By: he
Date: Sat May 22 16:53:21 UTC 2004
Modified Files:
src/distrib/utils/sysinst [netbsd-2-0]: disks.c
Log Message:
Pull up revision 1.84 (requested by dsl in ticket #364):
'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.76.2.1 -r1.76.2.2 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.