]> git.pld-linux.org Git - packages/nagios-plugins.git/blame - nagios-plugins-noroot.patch
Rediff patches.
[packages/nagios-plugins.git] / nagios-plugins-noroot.patch
CommitLineData
d76fcccd
AM
1diff -urNp -x '*.orig' nagios-plugins-2.3.3.org/plugins-root/Makefile.am nagios-plugins-2.3.3/plugins-root/Makefile.am
2--- nagios-plugins-2.3.3.org/plugins-root/Makefile.am 2020-02-20 20:14:52.000000000 +0100
3+++ nagios-plugins-2.3.3/plugins-root/Makefile.am 2021-04-19 12:00:59.891325797 +0200
4@@ -46,10 +46,6 @@ INSTALL_SUID = \
abbe503d
ER
5 p=$$f; \
6 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p"; \
7 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p; \
8- echo " chown root $(DESTDIR)$(libexecdir)/$$p"; \
9- chown root $(DESTDIR)$(libexecdir)/$$p; \
10- echo " chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p"; \
11- chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p; \
12 done
13
d76fcccd 14 INSTALL_NOSUID = \
This page took 0.100476 seconds and 4 git commands to generate.