| Summary: | sys-process/atop init script failure (syntax errors) v1.13 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Chad A. Simmons <chad.simmons> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Chad A. Simmons
2005-09-15 20:13:05 UTC
can someone commit this patch to the rsync servers? This fixes the problem.
chadgentoo ~ # cat atop.patch
20c20
< if [ "$PIDATOP" != "" ]
---
> if [ "$PIDATOP" != "" ]; then
Can someone test/commit this patch to the init script? |