Subject: Watch out: bug in -current fsck!
To: None <current-users@NetBSD.ORG>
From: Arne Helme <arne@acm.org>
List: current-users
Date: 12/06/1996 23:32:15
The most recent checkin of fsck.c contains an annoying bug in function
checkfs(), line 234:

	(void) snprintf(execbase, sizeof(execbase), "fsck_%s", vfstype);

sets execbase to fsck_ffs.  In the following lines of code vfstype is
added again, and thus:

fsck: exec /usr/sbin/fsck_ffsffs for /dev/rsd0a: No such file or directory

-- Arne
| Arne Helme, http://www.pegasus.esprit.ec.org/people/arne/index.html  |
|  Inf/SPA, Univ. of Twente, Box 217, 7500 AE Enschede, Netherlands    |
|  PHONE: +31-53-4894178, FAX: +31-53-4894590, HOME: +31-53-4309352    |
| Email: arne@acm.org  | Linux is the Renault Twingo among OSes -- AH  |