]> git.pld-linux.org Git - packages/nagios-plugins.git/blob - nagios-plugins-noroot.patch
07efc9c2bb5c2d77e9109bdb693fe8df98f0e724
[packages/nagios-plugins.git] / nagios-plugins-noroot.patch
1 --- ./plugins-root/Makefile.am~ 2005-10-19 15:59:55.000000000 +0300
2 +++ ./plugins-root/Makefile.am  2005-11-05 03:52:30.000000000 +0200
3 @@ -40,10 +40,6 @@
4         p=$$f; \
5         echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p"; \
6         $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p; \
7 -       echo " chown root $(DESTDIR)$(libexecdir)/$$p"; \
8 -       chown root $(DESTDIR)$(libexecdir)/$$p; \
9 -       echo " chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p"; \
10 -       chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p; \
11         done
12  
13  install-root: $(EXTRA_PROGRAMS)
This page took 0.066399 seconds and 2 git commands to generate.