Bug 23334

Summary: missing newline on fsck error message
Product: Base System Reporter: rdm <rdm>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description rdm 2000-12-06 19:20:01 UTC
The fsck(8) command gives the message

  "Can't resolve ___ to character special device"

The message has no trailing period OR newline.  Ugly!

Fix: 

In preen.c, add a period and newline to the printf, as:

  printf("Can't resolve %s to character special device.\n",
  ...
How-To-Repeat: fsck foo
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 2000-12-18 21:14:30 UTC
State Changed
From-To: open->closed

Fixed, thanks!