[csw-devel] SF.net SVN: gar:[19217] csw/mgar/pkg/fusioninventory-agent/trunk

guillomovitch at users.sourceforge.net guillomovitch at users.sourceforge.net
Mon Sep 17 14:37:41 CEST 2012


Revision: 19217
          http://gar.svn.sourceforge.net/gar/?rev=19217&view=rev
Author:   guillomovitch
Date:     2012-09-17 12:37:40 +0000 (Mon, 17 Sep 2012)
Log Message:
-----------
fusioninventory-agent/trunk: use /etc/opt/csw/default for storing package-specific configuration

Modified Paths:
--------------
    csw/mgar/pkg/fusioninventory-agent/trunk/Makefile
    csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.cron

Added Paths:
-----------
    csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.default

Removed Paths:
-------------
    csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.csw

Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile	2012-09-17 09:46:03 UTC (rev 19216)
+++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile	2012-09-17 12:37:40 UTC (rev 19217)
@@ -19,7 +19,7 @@
 DISTNAME = FusionInventory-Agent-$(VERSION)
 DISTFILES = $(DISTNAME).tar.gz
 DISTFILES += fusioninventory-agent.cron
-DISTFILES += fusioninventory-agent.csw
+DISTFILES += fusioninventory-agent.default
 
 LICENSE = LICENSE
 
@@ -62,6 +62,6 @@
 
 post-install-modulated:
 	/opt/csw/gnu/install -D -m 644 $(WORKDIR)/fusioninventory-agent.cron $(DESTDIR)/etc/opt/csw/pkg/CSWfusioninventory-agent/crontabs/root
-	/opt/csw/gnu/install -D -m 644 $(WORKDIR)/fusioninventory-agent.csw $(DESTDIR)/etc/opt/csw/fusioninventory-agent
+	/opt/csw/gnu/install -D -m 644 $(WORKDIR)/fusioninventory-agent.default $(DESTDIR)/etc/opt/csw/default/fusioninventory-agent
 
 include gar/category.mk

Modified: csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.cron
===================================================================
--- csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.cron	2012-09-17 09:46:03 UTC (rev 19216)
+++ csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.cron	2012-09-17 12:37:40 UTC (rev 19217)
@@ -1 +1 @@
-40 3 * * * . /etc/opt/csw/fusioninventory-agent && /opt/csw/bin/fusioninventory-agent $OPTIONS > /dev/null 2>&1
+40 3 * * * . /etc/opt/csw/default/fusioninventory-agent && /opt/csw/bin/fusioninventory-agent $OPTIONS > /dev/null 2>&1

Deleted: csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.csw
===================================================================
--- csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.csw	2012-09-17 09:46:03 UTC (rev 19216)
+++ csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.csw	2012-09-17 12:37:40 UTC (rev 19217)
@@ -1,2 +0,0 @@
-# fusioninventory agent options
-OPTIONS=""

Copied: csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.default (from rev 19216, csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.csw)
===================================================================
--- csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.default	                        (rev 0)
+++ csw/mgar/pkg/fusioninventory-agent/trunk/files/fusioninventory-agent.default	2012-09-17 12:37:40 UTC (rev 19217)
@@ -0,0 +1,2 @@
+# fusioninventory agent options
+OPTIONS=""

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list