SF.net SVN: gar:[25005] csw/mgar/pkg/redis/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu May 21 11:12:02 CEST 2015


Revision: 25005
          http://sourceforge.net/p/gar/code/25005
Author:   dmichelsen
Date:     2015-05-21 09:12:02 +0000 (Thu, 21 May 2015)
Log Message:
-----------
redis/trunk: Add sentinel.conf and move config to /etc/opt/csw/redis/

Modified Paths:
--------------
    csw/mgar/pkg/redis/trunk/Makefile
    csw/mgar/pkg/redis/trunk/files/cswredis.xml

Modified: csw/mgar/pkg/redis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/redis/trunk/Makefile	2015-05-21 09:00:52 UTC (rev 25004)
+++ csw/mgar/pkg/redis/trunk/Makefile	2015-05-21 09:12:02 UTC (rev 25005)
@@ -52,12 +52,14 @@
 PROTOTYPE_FILES_smf += /var/opt/csw/svc/manifest/cswredis.xml
 PROTOTYPE_CLASS_smf = manifest
 
-PRESERVECONF += $(sysconfdir)/redis.conf
+PRESERVECONF += $(sysconfdir)/redis/redis.conf
+PRESERVECONF += $(sysconfdir)/redis/sentinel.conf
 
 include gar/category.mk
 
 post-install:
-	ginstall -D -m 0644 $(WORKSRC)/redis.conf $(DESTDIR)$(sysconfdir)/redis.conf
+	ginstall -D -m 0644 $(WORKSRC)/redis.conf $(DESTDIR)$(sysconfdir)/redis/redis.conf
+	ginstall -D -m 0644 $(WORKSRC)/sentinel.conf $(DESTDIR)$(sysconfdir)/redis/sentinel.conf
 	ginstall -D -m 0644 $(WORKDIR)/cswredis.xml $(DESTDIR)/var/opt/csw/svc/manifest/cswredis.xml
 	ginstall -d -m 0755 $(DESTDIR)/var/opt/csw/redis/data
 	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/redis/trunk/files/cswredis.xml
===================================================================
(Binary files differ)

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