Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 345828 Details for
Bug 466286
app-admin/puppet - /etc/init.d/puppet: function `reload' defined but does not exist
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add reload() function to /etc/init.d/puppet
puppet.init-r1.patch (text/plain), 329 bytes, created by
Dustin C. Hatch
on 2013-04-17 20:53:22 UTC
(
hide
)
Description:
Patch to add reload() function to /etc/init.d/puppet
Filename:
MIME Type:
Creator:
Dustin C. Hatch
Created:
2013-04-17 20:53:22 UTC
Size:
329 bytes
patch
obsolete
>--- a/etc/init.d/puppet 2013-03-19 14:31:01.000000000 -0500 >+++ b/etc/init.d/puppet 2013-04-17 15:43:16.587548709 -0500 >@@ -22,3 +22,7 @@ > checkpath --directory --owner puppet:puppet "${PUPPET_PID_DIR}" > checkpath --directory --owner puppet:puppet --mode 750 ${PUPPET_LOG_DIR} > } >+ >+reload() { >+ kill -USR1 `cat ${pidfile}` >+}
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 466286
: 345828