]> git.pld-linux.org Git - packages/nagios-plugins.git/commitdiff
- non root build
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 5 Nov 2005 11:47:06 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios-plugins-noroot.patch -> 1.1

nagios-plugins-noroot.patch [new file with mode: 0644]

diff --git a/nagios-plugins-noroot.patch b/nagios-plugins-noroot.patch
new file mode 100644 (file)
index 0000000..07efc9c
--- /dev/null
@@ -0,0 +1,13 @@
+--- ./plugins-root/Makefile.am~        2005-10-19 15:59:55.000000000 +0300
++++ ./plugins-root/Makefile.am 2005-11-05 03:52:30.000000000 +0200
+@@ -40,10 +40,6 @@
+       p=$$f; \
+       echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p"; \
+       $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p; \
+-      echo " chown root $(DESTDIR)$(libexecdir)/$$p"; \
+-      chown root $(DESTDIR)$(libexecdir)/$$p; \
+-      echo " chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p"; \
+-      chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p; \
+       done
+ install-root: $(EXTRA_PROGRAMS)
This page took 0.030643 seconds and 4 git commands to generate.