| Summary: | net-analyzer/pmacct - /etc/init.d/pmacctd - allow multiple daemons to run concurrently | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jens Ott <jo> |
| Component: | Current packages | Assignee: | Gentoo Netmon project <netmon> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | Keywords: | PATCH |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
prepatched init-script
Patch for init-script |
||
Created attachment 318412 [details, diff]
Patch for init-script
+ 03 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> files/pmacctd-init.d: + Improve initscript wrt bug #426956. Thanks to Jens Ott for patch |
Created attachment 318410 [details] prepatched init-script Find attached a small patch and a prepatched /etc/init.d/pmacctd which allows symlinking to e.g. /etc/init.d/nfacctd or /etc/init.d/sfacctd for starting these kind of services. Only change is that the original init-script wants to start /usr/sbin/pmacctd hardcoded and I replaced this hardcoded daemon with /usr/sbin/${SVCNAME} Kind regards Jens