Univention Bugzilla – Attachment 10054 Details for
Bug 49595
Require slapd in /etc/init.d/nagios-nrpe-server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Optionally add slapd to Required-Start in nagios-nrpe-server init script
nrpe_require-start_slapd_ucr.patch (text/plain), 721 bytes, created by
Valentin Heidelberger
on 2019-06-04 17:34:36 CEST
(
hide
)
Description:
Optionally add slapd to Required-Start in nagios-nrpe-server init script
Filename:
MIME Type:
Creator:
Valentin Heidelberger
Created:
2019-06-04 17:34:36 CEST
Size:
721 bytes
patch
obsolete
>--- nagios/univention-nagios/conffiles/etc/init.d/nagios-nrpe-server.orig 2019-06-04 17:07:06.500041166 +0200 >+++ nagios/univention-nagios/conffiles/etc/init.d/nagios-nrpe-server 2019-06-04 17:31:22.320894926 +0200 >@@ -4,7 +4,12 @@ > > ### BEGIN INIT INFO > # Provides: nagios-nrpe-server >-# Required-Start: $local_fs $remote_fs $syslog $named $network $time >+@!@ >+if configRegistry.is_true('nagios/client/require_slapd'): >+ print '# Required-Start: $local_fs $remote_fs $syslog $named $network $time slapd' >+else: >+ print '# Required-Start: $local_fs $remote_fs $syslog $named $network $time' >+@!@ > # Required-Stop: $local_fs $remote_fs $syslog $named $network > # Should-Start: > # Should-Stop:
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 49595
:
10053
| 10054