Opened 23 years ago

Closed 23 years ago

Last modified 23 years ago

#108 closed defect (fixed)

Minor flaw in bootscript "sysklogd" (only in bootscript package)

Reported by: michael@… Owned by: gerard@…
Priority: low Milestone:
Component: Book Version: 3.0-pre4
Severity: minor Keywords:
Cc:

Description

Line 44 in the init script "sysklogd" is:

output "Usage: $0 {start|stop|reload|restart|status}"

but has to be:

echo "Usage: $0 {start|stop|reload|restart|status}"

The boot process won't be impeded. When one invoke the script without any arguments or with wrong arguments, respectively, the output will be

./sysklogd: output: command not found

Change History (2)

comment:1 by gerard@…, 23 years ago

Owner: changed from lfs-book@… to gerard@…
Status: newassigned

comment:2 by gerard@…, 23 years ago

Resolution: fixed
Status: assignedclosed

Fixed

Note: See TracTickets for help on using tickets.