Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 318412 Details for
Bug 426956
net-analyzer/pmacct - /etc/init.d/pmacctd - allow multiple daemons to run concurrently
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for init-script
pmacct-init.patch (text/plain), 638 bytes, created by
Jens Ott
on 2012-07-17 09:09:20 UTC
(
hide
)
Description:
Patch for init-script
Filename:
MIME Type:
Creator:
Jens Ott
Created:
2012-07-17 09:09:20 UTC
Size:
638 bytes
patch
obsolete
>--- pmacctd.orig 2012-07-13 11:31:08.930000240 +0000 >+++ nfacctd 2012-07-17 09:00:04.109999946 +0000 >@@ -25,13 +25,13 @@ > start() { > checkconfig || return 1 > ebegin "Starting ${SVCNAME}" >- start-stop-daemon --start --pidfile "${PMACCTDPID}" --exec /usr/sbin/pmacctd \ >+ start-stop-daemon --start --pidfile "${PMACCTDPID}" --exec /usr/sbin/${SVCNAME} \ > -- -D -f "${PMACCTDCONF}" -F "${PMACCTDPID}" ${OPTS} > eend $? > } > > stop() { > ebegin "Stopping ${SVCNAME}" >- start-stop-daemon --stop --pidfile "${PMACCTDPID}" --exec /usr/sbin/pmacctd >+ start-stop-daemon --stop --pidfile "${PMACCTDPID}" --exec /usr/sbin/${SVCNAME} > eend $? > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 426956
:
318410
| 318412