| Summary: | missing newline on fsck error message | ||
|---|---|---|---|
| Product: | Base System | Reporter: | rdm <rdm> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Fixed, thanks! |
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