Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 439766 Details for
Bug 588056
net-proxy/c-icap unnecessary start after logrotate even if stopped
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/etc/init.d/c-icap reload patch
initd_c-icap_reload.patch (text/plain), 690 bytes, created by
Dmitry A. Bakshaev
on 2016-07-05 08:57:39 UTC
(
hide
)
Description:
/etc/init.d/c-icap reload patch
Filename:
MIME Type:
Creator:
Dmitry A. Bakshaev
Created:
2016-07-05 08:57:39 UTC
Size:
690 bytes
patch
obsolete
>Index: /etc/init.d/c-icap >=================================================================== >--- /etc/init.d/c-icap (revision 628) >+++ /etc/init.d/c-icap (working copy) >@@ -10,9 +10,11 @@ > echo ${value:-$2} > } > >+extra_started_commands="reload" > command="/usr/libexec/c-icap" > command_arguments="${EXTRA_OPTS} -f ${configfile}" > pidfile=$(get_config PidFile /var/run/c-icap/c-icap.pid) >+commandssocket=$(get_config CommandsSocket /var/run/c-icap/c-icap.ctl) > > depend() { > need localmount >@@ -25,3 +27,8 @@ > > checkpath -d "$(dirname "${cmdsocket}")" "$(dirname "${pidfile}")" > } >+ >+reload() { >+ echo -n "reconfigure" > "${commandssocket}" >+ echo -n "relog" > "${commandssocket}" >+}
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 588056
: 439766 |
439768