nagios-notify/trunk/Makefile

glen cvs at pld-linux.org
Fri Aug 4 02:03:54 CEST 2006


Author: glen
Date: Fri Aug  4 02:03:52 2006
New Revision: 7584

Modified:
   nagios-notify/trunk/Makefile
Log:
- add nagios config
- version 0.9.2


Modified: nagios-notify/trunk/Makefile
==============================================================================
--- nagios-notify/trunk/Makefile	(original)
+++ nagios-notify/trunk/Makefile	Fri Aug  4 02:03:52 2006
@@ -1,9 +1,10 @@
 package = nagios-notify
-version = 0.9.1
+version = 0.9.2
 prefix = /usr
 sysconfdir = /etc/nagios
 sbindir = $(prefix)/sbin
 templatedir = $(sysconfdir)/templates
+pluginconfdir = $(sysconfdir)/plugins
 
 all:
 
@@ -17,6 +18,6 @@
 	rm -rf $(package)-$(version)
 	svn up
 	install -d $(package)-$(version)
-	cp -a Makefile nagios-notify templates $(package)-$(version)
+	cp -a Makefile $(package) $(package).cfg templates $(package)-$(version)
 	tar --exclude=.svn --exclude='*~' -cjf $(package)-$(version).tar.bz2 $(package)-$(version)
 	rm -rf $(package)-$(version)


More information about the pld-cvs-commit mailing list