Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/distrib/utils/sysinst



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.




Home | Main Index | Thread Index | Old Index