Source-Changes archive

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

CVS commit: [netbsd-2-0] src/distrib/utils/sysinst



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.




Home | Main Index | Thread Index | Old Index