Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 466286
Collapse All | Expand All

(-)a/etc/init.d/puppet (+4 lines)
Lines 22-24 Link Here
22
	checkpath --directory --owner puppet:puppet "${PUPPET_PID_DIR}"
22
	checkpath --directory --owner puppet:puppet "${PUPPET_PID_DIR}"
23
	checkpath --directory --owner puppet:puppet --mode 750 ${PUPPET_LOG_DIR}
23
	checkpath --directory --owner puppet:puppet --mode 750 ${PUPPET_LOG_DIR}
24
}
24
}
25
26
reload() {
27
	kill -USR1 `cat ${pidfile}`
28
}

Return to bug 466286