#108 closed defect (fixed)
Minor flaw in bootscript "sysklogd" (only in bootscript package)
Reported by: | Owned by: | ||
---|---|---|---|
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 , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed