SOURCES: nagios-plugins-noroot.patch (NEW) - non root build

glen glen at pld-linux.org
Sat Nov 5 12:47:11 CET 2005


Author: glen                         Date: Sat Nov  5 11:47:11 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- non root build

---- Files affected:
SOURCES:
   nagios-plugins-noroot.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nagios-plugins-noroot.patch
diff -u /dev/null SOURCES/nagios-plugins-noroot.patch:1.1
--- /dev/null	Sat Nov  5 12:47:11 2005
+++ SOURCES/nagios-plugins-noroot.patch	Sat Nov  5 12:47:06 2005
@@ -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)
================================================================



More information about the pld-cvs-commit mailing list