[Bug 1205157] New: nrpe: %pre needs usrmerge update
http://bugzilla.opensuse.org/show_bug.cgi?id=1205157 Bug ID: 1205157 Summary: nrpe: %pre needs usrmerge update Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: lars.vogdt@suse.com Reporter: suse-beta@cboltz.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- nrpe.spec %pre does # check if the port for nrpe is already defined in /etc/services if grep -q %{nrpeport} %{_sysconfdir}/services ; then : OK - port already defined else %{nnmmsg} "Adding port %{nrpeport} to %{_sysconfdir}/services" echo "nrpe %{nrpeport}/tcp # Nagios nrpe" >> etc/services fi With usrmerge and /usr/etc/services, this means that installing nrpe will create /etc/services with just one line: nrpe 5666/tcp # Nagios nrpe Needless to say that you can find exactly this line in /usr/etc/services ;-) Please adjust the %pre script to also check /usr/etc/services. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205157 http://bugzilla.opensuse.org/show_bug.cgi?id=1205157#c2 --- Comment #2 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1205157) was mentioned in https://build.opensuse.org/request/show/1072360 Factory / nrpe -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com