| Summary: | net-misc/dropbox-1.4.7 initscript omits using ${PID_DIR} in status() function | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | O. William McClung <owmcclung> |
| Component: | Current packages | Assignee: | Naohiro Aota <naota> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Patch for dropbox-1.4.7 initscript | ||
Created attachment 319022 [details]
Patch for dropbox-1.4.7 initscript
Thank you for the patch. Applied. |
The status() function in /etc/init.d/dropbox fails because it uses /var/run/dropbox-$dbuser.pid rather than ${PID_DIR}/$dbuser.pid. Attached is a possible patch suggested on the Gentoo forums.